10 lines
578 B
JSON
10 lines
578 B
JSON
{
|
|
"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 }
|
|
]
|
|
}
|