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

View file

@ -3,6 +3,6 @@
"name": "zones-interdite",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "zone humide", "zone-interdite": true, "zone-humide": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09239050515802, 47.541677917104344 ], [ -2.091736203447955, 47.541597276762758 ], [ -2.091820366738461, 47.541023627116807 ], [ -2.092189599238747, 47.540985139216183 ], [ -2.092765167548015, 47.54101263057666 ], [ -2.093213133449098, 47.541269215912543 ], [ -2.092985078081274, 47.541580782132151 ], [ -2.092865620507652, 47.541716404496384 ], [ -2.09239050515802, 47.541677917104344 ] ] ] } }
{ "type": "Feature", "properties": { "name": "zone humide", "zone-interdite": true, "zone-humide": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092211937483146, 47.541638627944799 ], [ -2.091729957102467, 47.541603861333797 ], [ -2.091831989239506, 47.540923611872067 ], [ -2.092313969620186, 47.540940011432546 ], [ -2.092211937483146, 47.541638627944799 ] ] ] } }
]
}