8 lines
494 B
JSON
8 lines
494 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.09158483999147, 47.541952236440068 ], [ -2.09147984451366, 47.541945525203481 ], [ -2.091485664124439, 47.5419062398921 ], [ -2.091591387053597, 47.541912787496749 ], [ -2.09158483999147, 47.541952236440068 ] ] ] } }
|
|
]
|
|
}
|