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

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "toilettes-temporaires",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "toilettes": true, "toilettes-seches": true }, "geometry": { "type": "Point", "coordinates": [ -2.092768185722206, 47.542212057146116 ] } }
]
}