8 lines
499 B
JSON
8 lines
499 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "bac-a-sable",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "name": "Bac a sable" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091567373941563, 47.541953542551624 ], [ -2.091369863894863, 47.541940947498269 ], [ -2.091376265350998, 47.541893806682367 ], [ -2.091574502849046, 47.541906238103785 ], [ -2.091567373941563, 47.541953542551624 ] ] ] } }
|
|
]
|
|
}
|