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

View file

@ -3,6 +3,6 @@
"name": "terrain-de-basket",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null, "name": "Terrain de basket" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091289914858149, 47.541543429849519 ], [ -2.091263471264313, 47.541725508633839 ], [ -2.090780755478651, 47.541697271858453 ], [ -2.090807359336693, 47.541512596481176 ], [ -2.091289914858149, 47.541543429849519 ] ] ] ] } }
{ "type": "Feature", "properties": { "id": null, "name": "Terrain de basket" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091289914858149, 47.541543429849519 ], [ -2.091263471264313, 47.541725508633839 ], [ -2.090845558600556, 47.541698689164484 ], [ -2.090874560001024, 47.541514279158186 ], [ -2.091289914858149, 47.541543429849519 ] ] ] ] } }
]
}