Main Content

wmprint

(To be removed) Print web map

The wmprint function will be removed in a future release. Use a geographic axes object and an export option from Compare Ways to Export Graphics from Figures instead. For more information on migrating from web maps to geographic axes, see Version History.

Description

wmprint() prints the contents of the current web map to a printer.

example

wmprint(wm) prints the contents of the web map specified by wm.

Examples

collapse all

Create a web map that uses the 'OpenStreetMap' base layer. Specify the center and zoom level of the web map. Then, print the contents of the web map.

webmap('OpenStreetMap')
wmcenter(51.487,0,15)
wmprint()

Input Arguments

collapse all

Web map, specified as a scalar web map handle.1

Limitations

MATLAB® Online™ does not support the wmprint function.

Version History

Introduced in R2013b

collapse all


1 Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®.