Created
March 5, 2019 09:30
-
-
Save drnextgis/1404a027da8f87d7d15b1a6fae11de91 to your computer and use it in GitHub Desktop.
TileJSON.io - NextGIS TileJSON
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": true, | |
"shareTileJSONLink": true, | |
"shareBase": true, | |
"shareDiff": true, | |
"defaultToDiff": true, | |
"center": [ | |
5491411.98278697, | |
6636032.195380609 | |
], | |
"zoom": 5, | |
"currentBaseLayer": 0, | |
"title": "NextGIS TileJSON", | |
"description": "Layers From NextGIS" | |
} |
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": "Rosreestr", | |
"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 | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "Raster Layer", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://maxim.nextgis.com/api/component/render/tile?z={z}&x={x}&y={y}&resource=2006" | |
], | |
"opacity": 1, | |
"visible": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment