Skip to content

Instantly share code, notes, and snippets.

@rossbernet
Created January 24, 2019 18:51
Show Gist options
  • Save rossbernet/baab1b63dcfb1fbc63998343fbec09f7 to your computer and use it in GitHub Desktop.
Save rossbernet/baab1b63dcfb1fbc63998343fbec09f7 to your computer and use it in GitHub Desktop.
TileJSON.io - geotrellis friction layer
{
"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": false,
"shareDiff": false,
"defaultToDiff": false,
"center": [
0,
0
],
"zoom": 2,
"currentBaseLayer": 0,
"title": "geotrellis friction layer"
}
[
{
"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