Skip to content

Instantly share code, notes, and snippets.

@govvin
Last active March 26, 2021 23:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save govvin/a095afd2fd53c9e5f2af232ef55ffde1 to your computer and use it in GitHub Desktop.
Save govvin/a095afd2fd53c9e5f2af232ef55ffde1 to your computer and use it in GitHub Desktop.
URIs of tiles that work with Overpass Turbo

#URIs that work with Overpass Turbo Go to Settings > Map and change the URI to your server of choice.

The default is: //{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

The following tile servers also work:

  • Humanitarian: //{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png
  • Mapnik, Grayscale: //tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png
  • Thunderforest
    • Landscape://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png
    • Neighbourhood: //{s}.tile.thunderforest.com/neighbourhood/{z}/{x}/{y}.png
    • Outdoors: //{s}.tile.thunderforest.com/outdoors/{z}/{x}/{y}.png
    • Mobile Atlas: //{s}.tile.thunderforest.com/mobile-atlas/{z}/{x}/{y}.png
    • Transport: //{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png
  • Mapbox
    • Satellite: {s}.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJja2w5YWt5bnYwNjZmMnFwZjhtbHk1MnA1In0.eq2aumBK6JuRoIuBMm6Gew
    • Wheatpaste: https://{s}.tiles.mapbox.com/v4/mapbox.wheatpaste/{z}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw
    • Comic: http://api.mapbox.com/v4/mapbox.comic.html?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw
    • Check out their other styles here
  • Stamen:
    • Toner: //{s}.tile.stamen.com/toner/{z}/{x}/{y}.png
      • lite //{s}.tile.stamen.com/toner-lite/{z}/{x}/{y}.png
      • hybrid //{s}.tile.stamen.com/toner-hybrid/{z}/{x}/{y}.png
      • labels //{s}.tile.stamen.com/toner-labels/{z}/{x}/{y}.png
      • lines //{s}.tile.stamen.com/toner-lines/{z}/{x}/{y}.png
    • Watercolor: //c.tile.stamen.com/watercolor/{z}/{x}/{y}.jpg
  • Carto:
    • Light / Positron: http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png
      • alternative, without labels: http://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}.png
    • Dark / Dark Matter: http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
      • alternative, without labels: http://{s}.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png

Also, check out the listing in the OSM wiki entry on Tile Server. or Tiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment