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

137 lines
1.7 KiB
JSON

{
"type": "FeatureCollection",
"properties": {
"tolerance": 0.01
},
"features": [
{
"type": "Feature",
"properties": {
"id": 1
},
"geometry": {
"type": "LineString",
"coordinates": [
[
27.977543,
-26.175005
],
[
27.964325,
-26.183016
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 2
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
27.97205,
-26.199035
],
[
27.984066,
-26.192258
],
[
27.987156,
-26.201346
],
[
27.97205,
-26.199035
]
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 3
},
"geometry": {
"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": "Feature",
"properties": {
"id": 4
},
"geometry": {
"type": "Point",
"coordinates": [
27.956429,
-26.15251
]
}
}
]
}