mt-polygon-simplification/data/example-simple.geojson
2019-07-28 12:03:07 +02:00

11 lines
152 B
JSON

{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}