GeoJSON Viewer
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {"name": "MyPoint"}, "geometry": { "type": "Point", "coordinates": [1, 1] } }, { "type": "Feature", "properties": {"name": "MyLine"}, "geometry": { "type": "LineString", "coordinates": [[0, 0], [2, 2]] } } ] }
Render
Reset Zoom