Skip to content

Instantly share code, notes, and snippets.

@drnextgis
Created March 5, 2019 09:06
Show Gist options
  • Save drnextgis/6e959d07c1ccebe3a71d0f92b983e9b1 to your computer and use it in GitHub Desktop.
Save drnextgis/6e959d07c1ccebe3a71d0f92b983e9b1 to your computer and use it in GitHub Desktop.
TileJSON.io - NextGIS Demo
{
"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": [
10204237.265706258,
7655786.49279864
],
"zoom": 4,
"currentBaseLayer": 0,
"title": "NextGIS Demo"
}
[
{
"tilejson": "2.2.0",
"name": "Layer 1",
"version": "1.0.0",
"scheme": "xyz",
"tiles": [
"https://maxim.nextgis.com/api/component/render/tile?z={z}&x={x}&y={y}&resource=471"
],
"opacity": 1,
"visible": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment