Created
February 5, 2019 14:54
-
-
Save rossbernet/fcc88ab18de771cff461b268c454db1f to your computer and use it in GitHub Desktop.
TileJSON.io - GeoTrellis global Friction Layer (OSM + SRTM)
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": false, | |
"shareTileJSONLink": true, | |
"shareBase": true, | |
"shareDiff": false, | |
"defaultToDiff": false, | |
"center": [ | |
0, | |
0 | |
], | |
"zoom": 2, | |
"currentBaseLayer": 0, | |
"title": "GeoTrellis global Friction Layer (OSM + SRTM)" | |
} |
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": "Layer 1", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://s3.amazonaws.com/com.azavea.datahub.tms/srtm/world-tobler-osm/{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