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

31 lines
328 B
JSON

{
"type": "Feature",
"properties": {
"tolerance": 1,
"elevation": 25
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-75.51527,
39.11245
],
[
-75.142602,
39.875538
],
[
-75.813087,
39.904921
],
[
-75.51527,
39.11245
]
]
]
}
}