You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little complicated as things stand, because this hits the API, rather than a direct handler. It should definitely be made direct so it can be used as geojson directly, though.
Currently
/api/all?geojson
returns something like GeoJSON, but with an extra layer around it:While valid GeoJSON does not have a "data" key:
This is causing problems exporting data and importing it into other maps, such as NodeShot.
The text was updated successfully, but these errors were encountered: