8 lines
297 B
JSON
8 lines
297 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "centre",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -2.091471435254743, 47.541821607069501 ] } }
|
|
]
|
|
}
|