8 lines
490 B
JSON
8 lines
490 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "medic",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "name": "Infirmerie" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.090830130827245, 47.54170422526127 ], [ -2.090877098001438, 47.541707286467364 ], [ -2.090872563239791, 47.541741178380072 ], [ -2.090826243888691, 47.541737898518512 ], [ -2.090830130827245, 47.54170422526127 ] ] ] } }
|
|
]
|
|
}
|