tippecanoe/tests/highzoom/in.json
2016-02-03 17:28:47 -08:00

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 ] } }