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,9 +3,9 @@
"name": "poubelles",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "tout-venant": true, "recyclage": false, "compost caca": false, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091632273753862, 47.541964182561429 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": true, "compost caca": false, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091609674840965, 47.541963379645793 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": true, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091148822106654, 47.542307623733166 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": false, "compost vegetal": true }, "geometry": { "type": "Point", "coordinates": [ -2.091149910988561, 47.542277486881417 ] } }
{ "type": "Feature", "properties": { "tout-venant": true, "recyclage": false, "compost caca": false, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091632273753862, 47.541964182561429 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": true, "compost caca": false, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091609674840965, 47.541963379645793 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": true, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091148822106654, 47.542307623733166 ] } },
{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": false, "compost vegetal": true, "poubelle": false }, "geometry": { "type": "Point", "coordinates": [ -2.091149910988561, 47.542277486881417 ] } }
]
}