Modifications des donnees en reunion
This commit is contained in:
parent
4a046a8254
commit
9d6710d094
12 changed files with 165 additions and 4 deletions
10
couches/autogestion.geojson
Normal file
10
couches/autogestion.geojson
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "autogestion",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "name": "Tableau de programmation" }, "geometry": { "type": "Point", "coordinates": [ -2.091590174634685, 47.541903620870173 ] } },
|
||||
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": { "type": "Point", "coordinates": [ -2.091595509277899, 47.541880540733729 ] } },
|
||||
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": null }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue