Skip to content

Instantly share code, notes, and snippets.

@doneill
Created June 28, 2023 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doneill/791db4c67e94e752372d8f603177c9ba to your computer and use it in GitHub Desktop.
Save doneill/791db4c67e94e752372d8f603177c9ba to your computer and use it in GitHub Desktop.
TileJSON.io - Tile Json 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": false,
"shareTileJSONLink": false,
"shareBase": false,
"shareDiff": false,
"defaultToDiff": false,
"center": [
-1362739.623247223,
-568360.0124309398
],
"zoom": 4.34,
"currentBaseLayer": 0,
"title": "Tile Json Test"
}
[
{
"tilejson": "2.2.0",
"name": "Layer 1",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://tile.openstreetmap.org/14/4611/6938.png"
],
"opacity": 1,
"visible": true
},
{
"tilejson": "2.2.0",
"name": "Layer 2",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://tile.openstreetmap.org/14/4610/6938.png"
],
"opacity": 1,
"visible": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment