geojson.io
geojson.io copied to clipboard
A quick, simple tool for creating, viewing, and sharing spatial data
The rendering near the poles does not work correctly. Here is a simple polygon: ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "coordinates": [ [...
Can a GeoJson file be loaded from a local drive using the API? I can see various options for loading via a URL parameter, but not a file. Am I...
We use geojson.io to convert geojson files into shapefiles. Unfortunately, recently this no longer works correctly if there is more than one polyline (or polygon) in the geojson. The exported...
When using a custom raster tile layer, it's possible to draw polygons, but it's not possible to edit points of the created polygon
The mobile layout don't offer the menu to open or save files from/to device. It is a pain since I'm referring to geojson.io on my app as a quick way...
Dragging and dropping the following valid GeoJSON file: ```json { "features": [], "type": "FeatureCollection" } ``` causes geojson.io to give the error message: > Invalid JSON file: Error: Invalid LngLat...
Could you please allow for the searching of lattitude, longitude pairs and perhaps MGRS?
The buildings are rendered over features. Here's a screenshot of the effect.  Test geojson: ~~~json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon",...
Hello, I really like the addition of the 3D buildings when zooming in, but it is making it difficult to visualize polygons when you need to zoom in closely. Would...
Currently, when a user adds geojson, it is added below the buildings of the default style, but I think it would be better to add it above the default style...