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.091304219258237, 47.541608316100941 ] } },
|
|
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": { "type": "Point", "coordinates": [ -2.091287983083753, 47.541680943841193 ] } },
|
|
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": null }
|
|
]
|
|
}
|