{"type": "FeatureCollection", "features": [ {"type": "Feature","properties": {"z":1, "x":0, "y": 0, "bbox": "-180,-180,0,0"},"geometry": { "type": "Polygon", "coordinates": [[ [-180,-180], [-180,0], [0,0], [0,-180], [-180,-180] ]]}} ,{"type": "Feature","properties": {"z":1, "x":0, "y": 1, "bbox": "-180,0,0,180"},"geometry": { "type": "Polygon", "coordinates": [[ [-180,0], [-180,180], [0,180], [0,0], [-180,0] ]]}} ,{"type": "Feature","properties": {"z":1, "x":1, "y": 0, "bbox": "0,-180,180,0"},"geometry": { "type": "Polygon", "coordinates": [[ [0,-180], [0,0], [180,0], [180,-180], [0,-180] ]]}} ,{"type": "Feature","properties": {"z":1, "x":1, "y": 1, "bbox": "0,0,180,180"},"geometry": { "type": "Polygon", "coordinates": [[ [0,0], [0,180], [180,180], [180,0], [0,0] ]]}} ]}