Ajout des textures du terrain de basket et de la piscine

This commit is contained in:
EpicKiwi 2026-02-15 17:46:40 +01:00
parent 251cfa9a8a
commit fd968a9305
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
16 changed files with 142 additions and 51 deletions

View file

@ -0,0 +1,10 @@
{
"type": "FeatureCollection",
"name": "eau-potable",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"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.091224226491597, 47.541401907620823 ] } },
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091918430116742, 47.542137867331149 ] } }
]
}