Maps
Show maps in the app
These are a list of URLs that can be used as the urlTemplate
property in the MapTileLayer
widget to display different types of maps.
Esri National Geographic: http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x}.png
Esri Reference/World Transportation: http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Transportation/MapServer/tile/{z}/{y}/{x}.png
Google Roadmap: http://mt1.googleapis.com/vt?x={x}&y={y}&z={z}
Google road & terrain layers, with high-res (Retina) support: roadmap: http://mt1.googleapis.com/vt?x={x}&y={y}&z={z} terrain: http://mt{s}.googleapis.com/vt?lyrs=t,r&x={x}&y={y}&z={z}
Google Satellite: https://khm1.googleapis.com/kh?v=142&x={x}&y={y}&z={z}
OpenStreetMap Mapnick: http://tile.openstreetmap.org/{z}/{x}/{y}.png
OSM Standard: http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
OSM Cycle Map: http://tile.opencyclemap.org/cycle/{z}/{x}/{y}.png
Thunderforest Outdoors: https://tile.thunderforest.com/outdoors/{z}/{x}/{y}.png
Thunderforest Transport Dark: https://tile.thunderforest.com/transport-dark/{z}/{x}/{y}.png
Thunderforest Transport: https://tile.thunderforest.com/transport/{z}/{x}/{y}.png
Thunderforest Landscape: https://tile.thunderforest.com/landscape/{z}/{x}/{y}.png
These URLs can be used to display maps from various sources, including Bing, Esri, Google, OpenStreetMap, and Thunderforest. Each one provides a different style of map, such as satellite, terrain, or street map.
It's important to note that when using these URLs, you should check the licenses associated with each map provider and make sure you are in compliance with their terms of use. These URLs have been sourced from various websites such as "https://mappinggis.com/2018/03/como-anadir-mapas-base-en-qgis-3-0-openstreetmap-google-carto-stamen" and "https://sites.google.com/a/blocoware.com/speedohelp/home/map-sources" and it is recommended to verify the information with the official sources.
Last updated