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

11 lines
152 B
Plaintext
Raw Normal View History

2019-07-28 12:03:07 +02:00
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}