mt-polygon-simplification/thesis/code/example-simple.geojson
2019-08-25 13:54:27 +02:00

11 lines
152 B
JSON

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