travail en cours commission ambiance et spatialisation

This commit is contained in:
Alice 2026-05-19 21:18:08 +02:00
parent a087de366f
commit e731a4ff6c
19 changed files with 107 additions and 25 deletions

View file

@ -3,6 +3,9 @@
"name": "medic",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Infirmerie" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.090830130827245, 47.54170422526127 ], [ -2.090877098001438, 47.541707286467364 ], [ -2.090872563239791, 47.541741178380072 ], [ -2.090826243888691, 47.541737898518512 ], [ -2.090830130827245, 47.54170422526127 ] ] ] } }
{ "type": "Feature", "properties": { "name": "Infirmerie" }, "geometry": null },
{ "type": "Feature", "properties": { "name": "infirmerie" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091983279274473, 47.541750296814556 ], [ -2.092011290414653, 47.541752703414282 ], [ -2.092017401936146, 47.541713510204964 ], [ -2.091990409382882, 47.54171144740365 ], [ -2.091983279274473, 47.541750296814556 ] ] ] } },
{ "type": "Feature", "properties": { "name": "infirmerie" }, "geometry": null },
{ "type": "Feature", "properties": { "name": "zone infirmerie" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091842510161106, 47.54181195296588 ], [ -2.091847583778531, 47.541782685155603 ], [ -2.091792696462745, 47.541778014758826 ], [ -2.091786239131476, 47.54180697121209 ], [ -2.091842510161106, 47.54181195296588 ] ] ] } }
]
}