{ "type": "FeatureCollection", "name": "tokyo_23wards_bbox", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "name": "Tokyo 23 Special Wards (bbox)" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 139.56, 35.52 ], [ 139.91, 35.52 ], [ 139.91, 35.82 ], [ 139.56, 35.82 ], [ 139.56, 35.52 ] ] ] } } ] }