Difference between revisions of "Base Map Tile Servers"

From Nearline Storage
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
[https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/13/3143/1325 Test]
 
[https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/13/3143/1325 Test]
 
|-
 
|-
|Google (Not supported, not for production use)
+
|Google
 +
(Not supported, not for production use)
 
|XYZ
 
|XYZ
 
|<nowiki>http://mt0.google.com/vt/lyrs=m&x=${x}&y=${y}&z=${z}</nowiki>
 
|<nowiki>http://mt0.google.com/vt/lyrs=m&x=${x}&y=${y}&z=${z}</nowiki>
Line 67: Line 68:
 
<br />See http://services.arcgisonline.com/arcgis/rest/services for complete list of ESRI maps  
 
<br />See http://services.arcgisonline.com/arcgis/rest/services for complete list of ESRI maps  
 
|}
 
|}
pk.eyJ1IjoiZGxrIiwiYSI6ImNqOWswYjVmejB1dDEzMmxnbmo2NXVkN2kifQ.dejVS5iC3f1DJxmHs1t8pQ
+
 
 +
[[Category:Geospatial]]

Latest revision as of 23:27, 21 January 2020

Name Type URL View A Tile
Local Tile Server XYZ http://localhost.localdomain/osm_tiles/${z}/${x}/${y}.png

Attribution: &copy;<a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> Contributors

Test
OSM Tile Servers XYZ See OSM Wiki. Also see the OpenStreetMap map sources wiki page.
MapBox Street Map XYZ https://api.tiles.mapbox.com/v4/mapbox.streets/${z}/${x}/${y}.png?access_token=<your access token>

Attribution: Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery &copy; <a href="http://mapbox.com">Mapbox</a>
Please get your own access token https://www.mapbox.com/studio/account/tokens/

Test
MapBox Satellite Map XYZ https://api.tiles.mapbox.com/v4/mapbox.streets-satellite/${z}/${x}/${y}.png?access_token=<your access token>

Attribution: Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery &copy; <a href="http://mapbox.com">Mapbox</a>
Please get your own access token https://www.mapbox.com/studio/account/tokens/

Test
ArcGIS XYZ https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/${z}/${y}/${x}

https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/${z}/${y}/${x} https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/${z}/${y}/${x}
Attribution: Source: Esri, DigitalGlobe, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community

Test

Test Test

Google

(Not supported, not for production use)

XYZ http://mt0.google.com/vt/lyrs=m&x=${x}&y=${y}&z=${z}

The server can be mt0, mt1, mt2 or mt3
The "lyrs=" parameter determines the map type:
h = transparent, roads only
m = standard street map
p = alternate street map with terrain
r = alternate street map
s = satellite only
t = terrain only
y = hybrid satellite and street map

Test
ArcGIS World Street Map ArcGIS93Rest http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer

See http://services.arcgisonline.com/arcgis/rest/services for complete list of ESRI maps

ArcGIS World Imagery ArcGIS93Rest http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer

Satellite imagery only, no streets or labels
See http://services.arcgisonline.com/arcgis/rest/services for complete list of ESRI maps

ArcGIS World Topographical Map ArcGIS93Rest http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer

Street map with topography and other details
See http://services.arcgisonline.com/arcgis/rest/services for complete list of ESRI maps