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

89 lines
976 B
JSON

{
"type": "Feature",
"properties": {
"country": "South Africa",
"tolerance": 0.01
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
19.41807,
-34.68668
],
[
19.41455,
-34.68997
],
[
19.40993,
-34.68798
],
[
19.41807,
-34.68668
]
]
],
[
[
[
19.4188,
-34.67816
],
[
19.42342,
-34.68024
],
[
19.41508,
-34.68598
],
[
19.4188,
-34.67816
]
]
],
[
[
[
19.45629,
-34.39274
],
[
19.55599,
-34.38974
],
[
19.68811,
-34.76532
],
[
19.67762,
-34.78188
],
[
19.63818,
-34.77916
],
[
19.59412,
-34.73309
],
[
19.49554,
-34.67162
],
[
19.45629,
-34.39274
]
]
]
]
}
}