mt-polygon-simplification/thesis/code/example-simple.geojson

11 lines
152 B
JSON

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