{ type: "FeatureCollection", features: [{ type: "Feature", properties: {}, geometry: { type: "Polygon", coordinates: [[ [ -10.0, 49.0 ], [ -10.0, 59.0 ], [ 2.0, 59.0 ], [ 2.0, 49.0 ], [ -10.0, 49.0 ] ]] } }] }