Examples/Map properties

From Mapping on MediaWiki
Jump to: navigation, search

Width and height

Setting the with and height of a map to absolute values in px.

{{
#display_point:
Moscow, Russia
| width=500
| height=300
}}
Loading map...
The following error has been detected in your syntax:
* Parameter coordinates must be one or more valid locations.

Setting the with of a map to a relative value in % of container width (in this case the page).

{{
#display_point:
Moscow, Russia
| width=75%
}}
Loading map...
The following error has been detected in your syntax:
* Parameter coordinates must be one or more valid locations.

Zoom and centre

{{
#display_point:
Moscow, Russia
| centre=Brussels
| zoom=2
}}
Loading map...
The following errors have been detected in your syntax:
* Parameter coordinates must be one or more valid locations.
* Parameter centre must be a valid location.

Icon

{{
#display_points:
Moscow, Russia;New York City; Brussels, Belgium
| icon=Green_marker.png
}}
Loading map...
The following error has been detected in your syntax:
* Parameter coordinates must be one or more valid locations.