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

9
couches/braseros.geojson Normal file
View file

@ -0,0 +1,9 @@
{
"type": "FeatureCollection",
"name": "braseros",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } },
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } }
]
}