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

110 lines
1.2 KiB
JSON

{
"type": "GeometryCollection",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
27.977543,
-26.175005
],
[
27.964325,
-26.183016
]
]
},
{
"type": "Polygon",
"coordinates": [
[
[
27.97205,
-26.199035
],
[
27.984066,
-26.192258
],
[
27.987156,
-26.201346
],
[
27.97205,
-26.199035
]
]
]
},
{
"type": "Polygon",
"coordinates": [
[
[
27.946644,
-26.170845
],
[
27.942696,
-26.183632
],
[
27.928619,
-26.165299
],
[
27.945099,
-26.158982
],
[
27.954025,
-26.173464
],
[
27.936172,
-26.194877
],
[
27.916603,
-26.16684
],
[
27.930336,
-26.188561
],
[
27.946644,
-26.170845
]
],
[
[
27.936859,
-26.165915
],
[
27.934971,
-26.173927
],
[
27.941494,
-26.170075
],
[
27.936859,
-26.165915
]
]
]
},
{
"type": "Point",
"coordinates": [
27.956429,
-26.15251
]
}
]
}