Ajout des textures du terrain de basket et de la piscine
This commit is contained in:
parent
251cfa9a8a
commit
fd968a9305
16 changed files with 142 additions and 51 deletions
10
couches/eau-potable.geojson
Normal file
10
couches/eau-potable.geojson
Normal 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 ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue