coronamap/node_modules/@mapbox/geojson-merge/fixtures/featureCollection.geojson
2022-08-06 08:09:54 -07:00

36 lines
685 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.7109375,
47.100044694025215
],
[
13.7109375,
48.151428143221224
],
[
15.710449218749998,
48.151428143221224
],
[
15.710449218749998,
47.100044694025215
],
[
13.7109375,
47.100044694025215
]
]
]
}
}
]
}