Examples/Customizing query maps

From Mapping on MediaWiki
< Examples
Revision as of 00:01, October 7, 2011 by Ikarios (Talk | contribs)

Jump to: navigation, search

These examples show various ways you can customize your maps by specifying additional properties. There are several general properties that can be used for all query maps, as well as properties unique to the used mapping service.

Map size

A query with the maps width and height specified:

{{
#ask:
[[Category:Locations]]
| ?Has coordinates
| format=map 
| width=800
| height=250
}}
Loading map...

Marker icons

A query showing locations indicated with green markers:

{{
#ask:
[[Category:Locations]]
| ?Has coordinates
| format=map 
| icon=Green_marker.png
}}
Loading map...
Personal tools
Namespaces
Variants
Actions
Navigation
Manuals
Useful lists
More awesomeness
Toolbox