9 lines
566 B
JSON
9 lines
566 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.091520648735088, 47.541900030556157 ], [ -2.091383458908177, 47.541890167650436 ], [ -2.09141865216232, 47.541675035515063 ], [ -2.091551580068374, 47.541684323048791 ], [ -2.091520648735088, 47.541900030556157 ] ] ] } },
|
|
{ "type": "Feature", "properties": { "capacite": 40 }, "geometry": null }
|
|
]
|
|
}
|