Skip to content

Instantly share code, notes, and snippets.

@andrewbt
Created October 21, 2019 17:24
Show Gist options
  • Save andrewbt/2ed00a9503aabab3648e8854515542a6 to your computer and use it in GitHub Desktop.
Save andrewbt/2ed00a9503aabab3648e8854515542a6 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://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
]
},
"diffLayerLeftId": -1,
"diffLayerRightId": -1,
"shareGist": true,
"shareTileJSONLink": false,
"shareBase": true,
"shareDiff": false,
"defaultToDiff": false,
"center": [
0,
0
],
"zoom": 2,
"currentBaseLayer": 1,
"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": 0.4,
"visible": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment