Skip to content

Instantly share code, notes, and snippets.

@DrSensor
Created July 6, 2017 09:44
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 DrSensor/a3821859e4e83cf55d73bf75bc1ae56d to your computer and use it in GitHub Desktop.
Save DrSensor/a3821859e4e83cf55d73bf75bc1ae56d to your computer and use it in GitHub Desktop.
Cheatsheet TIle Layer Map
let streetmap = [
"http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"http://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png",
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}",
];
let topologymap = [
"http://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png",
"http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x)",
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
"http://server.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer/tile/{z}/{y}/{x)"
]
let uniquemap = [
"http://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png",
"http://map1.vis.earthdata.nasa.gov/wmts-webmerc/VIIRS_CityLights_2012/default/{time}/{tilematrixset}{maxZoom}/{z}/{y}/{x}.jpg"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment