9 lines
560 B
JSON
9 lines
560 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "espacemiam",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "capacite": 100 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091586326341, 47.541902826510004 ], [ -2.091383458908177, 47.541890167650436 ], [ -2.09141865216232, 47.541675035515063 ], [ -2.091617257674286, 47.541687119002638 ], [ -2.091586326341, 47.541902826510004 ] ] ] } },
|
|
{ "type": "Feature", "properties": { "capacite": 40 }, "geometry": null }
|
|
]
|
|
}
|