Last active
May 6, 2019 19:10
-
-
Save springmeyer/8031d05959a334f31f9ee3ecf38d0a01 to your computer and use it in GitHub Desktop.
web merc
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", | |
"name": "z1", | |
"features": [ | |
{ "type": "Feature", "properties": { "z": 1, "x": 0, "y": 0, "bbox": "-20037508.342789248,0,0,20037508.342789248" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.0, 0.0 ], [ -180.0, 85.051128779806575 ], [ 0.0, 85.051128779806575 ], [ 0.0, 0.0 ], [ -180.0, 0.0 ] ] ] } }, | |
{ "type": "Feature", "properties": { "z": 1, "x": 0, "y": 1, "bbox": "-20037508.342789248,-20037508.342789248,0,0" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.0, -85.051128779806575 ], [ -180.0, 0.0 ], [ 0.0, 0.0 ], [ 0.0, -85.051128779806575 ], [ -180.0, -85.051128779806575 ] ] ] } }, | |
{ "type": "Feature", "properties": { "z": 1, "x": 1, "y": 0, "bbox": "0,0,20037508.342789248,20037508.342789248" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.0, 0.0 ], [ 0.0, 85.051128779806575 ], [ 180.0, 85.051128779806575 ], [ 180.0, 0.0 ], [ 0.0, 0.0 ] ] ] } }, | |
{ "type": "Feature", "properties": { "z": 1, "x": 1, "y": 1, "bbox": "0,-20037508.342789248,20037508.342789248,0" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.0, -85.051128779806575 ], [ 0.0, 0.0 ], [ 180.0, 0.0 ], [ 180.0, -85.051128779806575 ], [ 0.0, -85.051128779806575 ] ] ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment