ajout zone habitations et autres modifs espaces camp et parking

This commit is contained in:
Alice 2026-06-08 11:25:37 +02:00
parent 815710294a
commit 2bcee8050c
6 changed files with 13 additions and 5 deletions

View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "zone-habitations",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "habitations" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091665331520265, 47.545456942382671 ], [ -2.092279648227904, 47.542847510205618 ], [ -2.091704890803315, 47.542812278641222 ], [ -2.091678072227713, 47.543073271378269 ], [ -2.091041131057159, 47.543014434978737 ], [ -2.090938639805132, 47.543863990509507 ], [ -2.090062114746672, 47.54380330567146 ], [ -2.089814889730184, 47.54509790031323 ], [ -2.091665331520265, 47.545456942382671 ] ] ] } }
]
}