Skip to content

Instantly share code, notes, and snippets.

@andrewbt
Created October 21, 2019 17:38
Show Gist options
  • Save andrewbt/a789e62e9bc12f4aca2d2676a3d2ded6 to your computer and use it in GitHub Desktop.
Save andrewbt/a789e62e9bc12f4aca2d2676a3d2ded6 to your computer and use it in GitHub Desktop.
TileJSON.io - test
{
"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": true,
"shareTileJSONLink": false,
"shareBase": false,
"shareDiff": false,
"defaultToDiff": false,
"center": [
0,
0
],
"zoom": 2,
"currentBaseLayer": 0,
"title": "test",
"description": "test"
}
[
{
"tilejson": "2.2.0",
"name": "Layer 1",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://a.tiles.azavea.com/nlcd/{z}/{x}/{y}.png"
],
"opacity": 1,
"visible": true
},
{
"tilejson": "2.2.0",
"name": "Layer 2",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://basemaps.cartocdn.com/voyager/{z}/{x}/{y}.png"
],
"opacity": 1,
"visible": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment