mt-polygon-simplification/lib/turf-simplify/test/in/point.geojson
2019-07-14 20:37:26 +02:00

11 lines
113 B
JSON

{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
5,
1
]
}
}