Modifications des donnees en reunion

This commit is contained in:
EpicKiwi 2026-05-12 18:32:55 +02:00
parent 4a046a8254
commit 9d6710d094
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
12 changed files with 165 additions and 4 deletions

8
couches/medic.geojson Normal file
View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"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 ] ] ] } }
]
}