tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.11k stars 527 forks source link

Adding geojson layer crashes TileMill #2003

Closed kinotus closed 11 years ago

kinotus commented 11 years ago

Adding geojson layer crashes tilemill. This problematic geojson file is exported from JOSM 5990, but not all geojson from josm crash tilemill.

tilemill_crash

geojson-file: http://pastebin.com/CWbEVm2x

springmeyer commented 11 years ago

Thanks for reporting. TileMill should not crash on GeoJSON and this has already been fixed in the development version so upcoming releasing should just throw an error without stopping. As far as your json it looks like it has an invalid attribute - look for "FIXME": "Tai \\"yks\\"?", This is pretty easy to spot with http://jsonlint.com/.

springmeyer commented 11 years ago

fixed in https://github.com/mapbox/millstone/issues/84