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/dons.geojson Normal file
View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "dons",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Hotel a dons", "dons": true }, "geometry": { "type": "Point", "coordinates": [ -2.091598419083289, 47.541865317659443 ] } }
]
}