Differenze tra le versioni di "Elenco di raster Tile Server online con rispettive URL"

Da Gambas-it.org - Wikipedia.
(Creata pagina con "* https://wiki.openstreetmap.org/wiki/Tile_servers")
 
 
(8 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
 +
Di seguito un elenco di alcune URL, relative a raster ''[https://it.wikipedia.org/wiki/Web_Map_Tile_Service Web Map Tile Service]'' online, pronte da usare nel 2° argomento del Metodo ".AddTile()" della Classe "Map" del Componente "gb.map":
 +
* "http://a.tile2.opencyclemap.org/transport/{z}/{x}/{y}.png"
 +
* "http://a.tile3.opencyclemap.org/landscape/{z}/{x}/{y}.png"
 +
* "https://a.tile.opentopomap.org/{z}/{x}/{y}.png"
 +
* "http://ecn.dynamic.t{s}.tiles.virtualearth.net/comp/ch/{q}?mkt=it-it&it=G,VE,BX,L,LA&shading=hill&n=z&cb=1").SubDomains = ["0", "1", "2"]
 +
* "https://khms{s}.google.it/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "934"]).SubDomains = ["0", "1", "2"]
 +
* "https://mt0.google.com/vt/lyrs=s&hl=&x={x}&y={y}&z={z}"
 +
* "http://mt0.google.com/vt/lyrs=m&hl=it&x={x}&y={y}&z={z}"  (tipo: ''Cartina stradale'')
 +
* "http://mt0.google.com/vt/lyrs=r&hl=it&x={x}&y={y}&z={z}"
 +
* "https://mt0.google.com/vt/lyrs=s&hl=it&x={x}&y={y}&z={z}"  (tipo: ''Satellite'')
 +
* "https://mt0.google.com/vt/lyrs=t&hl=it&x={x}&y={y}&z={z}"  (tipo: ''Territorio'')
 +
* "https://mt0.google.com/vt/lyrs=y&hl=it&x={x}&y={y}&z={z}"
 +
* "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_labels_under/{z}/{x}/{y}.png"
 +
* "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png"
 +
* "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
 +
* "http://tile.stamen.com/terrain/{z}/{x}/{y}.png"
 +
* "http://tile.stamen.com/toner/{z}/{x}/{y}.png"
 +
* "http://tile.stamen.com/watercolor/{z}/{x}/{y}.png"
 +
 +
====Siti web ove poter trovare altre URL di Map Server====
 +
* https://cran.r-project.org/web/packages/leaflet.providers/readme/README.html
 +
* http://geo.inge.org.uk/gme_maps.htm
 +
* https://leaflet-extras.github.io/leaflet-providers/preview/
 
* https://wiki.openstreetmap.org/wiki/Tile_servers
 
* https://wiki.openstreetmap.org/wiki/Tile_servers
 +
* https://www.trailnotes.org/FetchMap/TileServeSource.html

Versione attuale delle 06:59, 26 nov 2022

Di seguito un elenco di alcune URL, relative a raster Web Map Tile Service online, pronte da usare nel 2° argomento del Metodo ".AddTile()" della Classe "Map" del Componente "gb.map":

  • "http://a.tile2.opencyclemap.org/transport/{z}/{x}/{y}.png"
  • "http://a.tile3.opencyclemap.org/landscape/{z}/{x}/{y}.png"
  • "https://a.tile.opentopomap.org/{z}/{x}/{y}.png"
  • "http://ecn.dynamic.t{s}.tiles.virtualearth.net/comp/ch/{q}?mkt=it-it&it=G,VE,BX,L,LA&shading=hill&n=z&cb=1").SubDomains = ["0", "1", "2"]
  • "https://khms{s}.google.it/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "934"]).SubDomains = ["0", "1", "2"]
  • "https://mt0.google.com/vt/lyrs=s&hl=&x={x}&y={y}&z={z}"
  • "http://mt0.google.com/vt/lyrs=m&hl=it&x={x}&y={y}&z={z}" (tipo: Cartina stradale)
  • "http://mt0.google.com/vt/lyrs=r&hl=it&x={x}&y={y}&z={z}"
  • "https://mt0.google.com/vt/lyrs=s&hl=it&x={x}&y={y}&z={z}" (tipo: Satellite)
  • "https://mt0.google.com/vt/lyrs=t&hl=it&x={x}&y={y}&z={z}" (tipo: Territorio)
  • "https://mt0.google.com/vt/lyrs=y&hl=it&x={x}&y={y}&z={z}"
  • "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_labels_under/{z}/{x}/{y}.png"
  • "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png"
  • "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  • "http://tile.stamen.com/terrain/{z}/{x}/{y}.png"
  • "http://tile.stamen.com/toner/{z}/{x}/{y}.png"
  • "http://tile.stamen.com/watercolor/{z}/{x}/{y}.png"

Siti web ove poter trovare altre URL di Map Server