{
"type": "FeatureCollection",
"name": "antarctica",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "antarctica" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [[ -180, -90 ], [ 180, -90 ], [ 180, -60 ], [ -180, -60 ], [ -180, -90 ]] ] ] } }
]
}
