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

30 lines
313 B
JSON

{
"type": "Feature",
"properties": {
"tolerance": 100
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
26.14843,
-28.297552
],
[
26.150354,
-28.302606
],
[
26.135463,
-28.304283
],
[
26.14843,
-28.297552
]
]
]
}
}