{
"type": "FeatureCollection",
"name": "footprint",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4326" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -180.0, 80.0 ], [ -180.0, -60.0 ], [ 180.0, -60.0 ], [ 180.0, 80.0 ], [ -180.0, 80.0 ] ] ] ] } }
]
}