9 lines
576 B
JSON
9 lines
576 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "badmington",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "name": "badminton" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091947854735301, 47.542390080907659 ], [ -2.091750719100601, 47.542378699463207 ], [ -2.091763688550252, 47.54229990477544 ], [ -2.091958230295023, 47.542313037235679 ], [ -2.091947854735301, 47.542390080907659 ] ] ] } },
|
|
{ "type": "Feature", "properties": { "name": "badmington" }, "geometry": null }
|
|
]
|
|
}
|