maj données

This commit is contained in:
EpicKiwi 2026-07-02 12:52:45 +02:00
parent fc975b0bce
commit 672f093c08
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
20 changed files with 9225 additions and 59 deletions

View file

@ -4,6 +4,6 @@
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "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 ] } }
{ "type": "Feature", "properties": { "brazero": true }, "geometry": null }
]
}