Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

114 lines (68 loc) · 2.7 KB

CHANGELOG

Next Release

  • OpenCycleMap requires an API key and the layer is disabled by default (#577, #604).

2014-10-13

  • Updated shp-write: shapefile writing should work again.

2014-09-10

  • Updated geojsonhint: Feature id properties are now properly validated.

2014-09-09

  • Added Flatten task to Meta menu with geojson-flatten

2014-08-07

  • Bugfixes
  • Github commit message now correct
  • Subsequent commits fixed

2014-08-01

  • Added Meta menu with Clear and Random Points tasks
  • Added background to top bar
  • Removed Dockerfile, Vagrantfile, and other gunk.

2014-07-30

  • Support loading large Gist files.

2014-05-23

  • Fix non-anonymous gist editing.

2014-05-16

  • Moves input and output UIs to modals so that the right sidebar isn't overloaded
  • Visual cleanup: fewer icons, more map
  • Removes geocoding UI

2013-12-10

  • Support for downloading points as DSV

2013-11-25

  • Added ability to rename GeoJSON properties in the table view

2013-11-18

  • Fix coordinate order in popups

2013-10-11

KML Import

2013-10-07

  • Fix iframe embeds
  • Popups now show (latitude, longitude) for points or total length for lines.

2013-10-04

URL Loading

  • Support for data=text/x-url, argument to load GeoJSON files on the web via CORS
  • URL API Documentation
  • Console API Documentation & Console API

2013-10-01

  • Shapefile export (beta)

Shapefile Export

2013-9-30

  • Use MapBox markers to expose style options
  • Fix bug with retina monitors and github file previews
  • Hit Cmd+O to quickly import a new file

2013-09-25

  • Numbers in GeoJSON properties are coerced to be numeric when appropriate

2013-09-24

  • Drag and drop of multiple files is supported - files in folders are unfortunately not supported due to core JS/DOM limitations.
  • Help panel, first resurgence of in-UI documentation and first listing of keyboard shortcuts
  • Easter-egg status TopoJSON output
  • Zoom to copy-pasted new features

2013-09-11

  • Fixed mobile/read-only mode

2013-09-09