8 lines
471 B
JSON
8 lines
471 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "emprise",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.08798976582792, 47.543330281920603 ], [ -2.088669433705115, 47.538797837853664 ], [ -2.095386242059901, 47.539222716561056 ], [ -2.094738142879368, 47.543801198408843 ], [ -2.08798976582792, 47.543330281920603 ] ] ] } }
|
|
]
|
|
}
|