Last active
May 6, 2019 21:23
-
-
Save springmeyer/bc749d36029f7b080fe4611fa332b501 to your computer and use it in GitHub Desktop.
GoogleCRS84Quad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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] ]]}} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment