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

Da Gambas-it.org - Wikipedia.
Riga 1: Riga 1:
Di seguito un elenco di alcune URL, relative a raster Tile Server online, prnte da usare nel 2° argomento del Metodo ".AddTile()" della Classe "Map" del Componente "gb.map":
+
Di seguito un elenco di alcune URL, relative a raster Tile Server 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"
 
* "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"]
 
* "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"]
Riga 10: Riga 12:
 
* "https://mt0.google.com/vt/lyrs=y&hl=it&x={x}&y={y}&z={z}"
 
* "https://mt0.google.com/vt/lyrs=y&hl=it&x={x}&y={y}&z={z}"
 
* "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
 
* "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
 +
 +
====Siti web ove poter trovare altre URL di Map Server====
 +
* 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 delle 16:05, 6 mag 2021

Di seguito un elenco di alcune URL, relative a raster Tile Server 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": "900"]).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}"
  • "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"

Siti web ove poter trovare altre URL di Map Server