This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
Releases: datadesk/web-map-maker
Releases · datadesk/web-map-maker
2.1.4
2.1.3
2.1.2
- Switch to Nextzen and Amazon for tiles
- fixed bug where
nature_reserve
was missing from map styles, causing missing park/forest land use #146 - Query string in URL allows for several options (example:
http://YOUR-URL/?centerLat=39.293541¢erLng=-76.614585&attribution=YOUR%20NAME
- fixed issue with svg-export bringing in lakes as compound paths
v.2.1.1
- Fixes bug that switched away from a column size if you expanded the height of the map artboard
- Allows user to type in location and then popup text (still need a Bing API key)
- Add version number in header title to link back to Github releases
- updated bing-geocodify to v0.2.3 which allows for coordinates for
- walking paths, tracks, piers, light rail, subway and other rail now show up in vector export now
- some rivers that weren't showing up now are
- swimming pools in vector now show up in proper water group (instead of water etc)
- info paragraph moved to bottom of page
- remove a bunch of hosted libraries
- add "buildings border" that allows user to toggle whether a stroke shows up around building polys
- fixed bug with inland water showing in vector export even when it was turned off
v2.1
We've made a lot of changes with this version to take more control over our export of maps including vector maps now.
New features
- Vector export
- We've cribbed a bunch of code from Mapzen's amazing svg-export thanks @hanbyul-here
- The vector export function downloads an SVG at the pixel size of the map (or column size if a print column size is selected from the dropdown)
- The area is clipped based on the map preview area
- Any uploaded geojson is also sent to the vector file
- Does not support labels (automatic or custom) currently
- New styles
- We have cribbed even more code from Mapzen's walkabout-style and biggered it, as one of our editors says
- The text sizes are quite large because of our CMS's scaling. So, most readers will see something about half the size of what we need to make.
- The styles remove the tan background and bring brighter greens and blues for water and landuse
- Layer selection
- Don't want freeway ramps? Turn 'em off. Service roads? Bye.
- Users can select from here to turn on/off sources, terrain, buildings (zoom 14+), transit (z14+), labels, roads, borders, landuse and water.
- Custom labels
- We've added two custom label sizes that are just HTML icons plopped onto the map. You can edit the text, but you may want to lock the zoom after you place them.
- Everything else
v2.0-alpha
Converting the map maker to match the capabilities of 1.0, but using vector tiles. Key features added include:
- GeoJSON support
- Support for video sizes (1920 x 1080 and a version 2x that)
- Size selection
- L.A. Times Dataviz styles
- Based on vector tile service from Mapzen, rendered using the Tangram library
- Added pixel and column grid
- Search based on Bing Maps API
- Auto labels options
- Ability to turn on/off transit and buildings on a map