Created
May 19, 2020 13:47
-
-
Save robert-waggott/646805abb5b9c4ab3c03fdaac615b03b to your computer and use it in GitHub Desktop.
TileJSON.io - Test
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
{ | |
"baseLayer": { | |
"tilejson": "2.2.0", | |
"name": "base", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
] | |
}, | |
"diffLayerLeftId": -1, | |
"diffLayerRightId": -1, | |
"shareGist": false, | |
"shareTileJSONLink": false, | |
"shareBase": false, | |
"shareDiff": false, | |
"defaultToDiff": false, | |
"center": [ | |
-12819.974436012413, | |
6733426.2635255195 | |
], | |
"zoom": 10, | |
"currentBaseLayer": 0, | |
"title": "Test", | |
"description": "Test" | |
} |
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
[ | |
{ | |
"tilejson": "2.2.0", | |
"name": "Layer 1", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg" | |
], | |
"opacity": 1, | |
"visible": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment