Ajout d'attributs et début d'une petite doc

This commit is contained in:
EpicKiwi 2026-06-13 16:52:29 +02:00
parent 799dd817ae
commit 9fbf6daafb
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
11 changed files with 94 additions and 32 deletions

View file

@ -3,7 +3,7 @@
"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 ] } }
{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } },
{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } }
]
}