Using the web map browser tiling options you can get multiple views of the same location in different base layer maps.
The following example shows you how to open two web maps and display them side-by-side.
Open two web maps with different basemaps and set them to variables. Each call
to webmap
creates a new web map tab in the browser. Then,
center the map at Gross Reservoir using the wmcenter
function.
lat = 39.94509; lon = -105.37008; zoom = 14; wm1 = webmap('OpenStreetMap'); wm2 = webmap('USGSImagery'); wmcenter(wm1,lat,lon,zoom) wmcenter(wm2,lat,lon,zoom)
Note
In MATLAB® Online™, multiple web maps appear as separate browser windows instead of tabs in a single browser window.
Display the maps side-by-side by selecting the tile vertically button
from the web map toolbar.
webmap
| wmline
| wmmarker
| wmpolygon
| wmremove