Ajout et mouvement des points d'eau

This commit is contained in:
nono-lqdn 2026-04-02 15:33:06 +02:00
parent 7ac662e291
commit cb5a6e3079

View file

@ -3,8 +3,12 @@
"name": "eau-potable", "name": "eau-potable",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [ "features": [
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091733930361334, 47.541921483668091 ] } }, { "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091749333390573, 47.541867425031008 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091224226491597, 47.541401907620823 ] } }, { "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091224226491597, 47.541401907620823 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091918430116742, 47.542137867331149 ] } } { "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091677919326546, 47.542135679402875 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091672918692963, 47.541841848514537 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091611323086489, 47.541875373911424 ] } },
{ "type": "Feature", "properties": { "eau potable": false }, "geometry": { "type": "Point", "coordinates": [ -2.091811759579797, 47.541940619819677 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091551636075732, 47.541057449610314 ] } }
] ]
} }