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

11
couches/marabouts.geojson Normal file
View file

@ -0,0 +1,11 @@
{
"type": "FeatureCollection",
"name": "marabouts",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "marabout confs/ateliers" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091800920272381, 47.541692801873211 ], [ -2.091630547507163, 47.541678243550116 ], [ -2.091639173976287, 47.541636024390286 ], [ -2.091809546741506, 47.541652038558368 ], [ -2.091800920272381, 47.541692801873211 ] ] ] } },
{ "type": "Feature", "properties": { "name": "magasin logistique" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092046041350944, 47.542253988565456 ], [ -2.091914994174015, 47.542246911531983 ], [ -2.091942950905092, 47.542090037044915 ], [ -2.092070503490637, 47.54209947311756 ], [ -2.092046041350944, 47.542253988565456 ] ] ] } },
{ "type": "Feature", "properties": { "name": "marabouffe" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091577766105384, 47.541895417667902 ], [ -2.091387310874913, 47.541883622530918 ], [ -2.091401289240451, 47.541825826321372 ], [ -2.091584755288153, 47.541838800986191 ], [ -2.091577766105384, 47.541895417667902 ] ] ] } },
{ "type": "Feature", "properties": { "name": "marabout RDR medic" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092010781121195, 47.541752359614335 ], [ -2.091899755147391, 47.541743420814718 ], [ -2.091905866668885, 47.541705258999258 ], [ -2.092017911229604, 47.541712822604545 ], [ -2.092010781121195, 47.541752359614335 ] ] ] } }
]
}