Main Content

wmprint

Print web map

Description

example

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

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

Examples

collapse all

Create a web map, specifying a base layer.

webmap('OpenStreetMap')

Position the web map.

wmcenter(51.487, 0, 15)

Print the contents of the web map.

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


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®.