Display a Simple ESRI Map
Show the use of the custom layer to access a map cache provided in spherical mercator by ESRI (from ESRI's server).
- Go to Layers Manager and create a new Custom Layer, entering the following code in Layer text input:
XYZ( "ESRI", "http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/${z}/${y}/${x}", {sphericalMercator: true} )
- Create a new map and add the new layer to it