mt-polygon-simplification/lib/turf-simplify/test/out/multipoint.geojson

18 lines
155 B
Plaintext
Raw Normal View History

2019-07-14 20:37:26 +02:00
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
0,
0
],
[
1,
2
]
]
}
}