mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 17:20:38 +00:00
3 lines
241 B
JSON
3 lines
241 B
JSON
|
{ "type": "Feature", "properties": { "name": "Santa Cruz" }, "geometry": { "type": "Point", "coordinates": [ -122,37 ] } }
|
||
|
{ "type": "Feature", "properties": { "name": "London" }, "geometry": { "type": "Point", "coordinates": [ 0,51.5 ] } }
|