Template:Slippymap

From OpenStreetMap Wiki
Jump to navigation Jump to search
[Edit] [Purge] Template-info.svg Template documentation

A simple template to aid in the implementation of slippymaps. Utilises the Kartographer extension.

 
{{slippymap
|lat=        required latitude
|lon=        required longitude
|zoom=       zoom level        (12 default)
|width=      width             (400 default)
|height=     height            (400 default)
|layer=      layer             ("leaflet" default (aka. Standard tile layer), "cyclosm", "cycle", "transport", "oepnv" or "humanitarian")
|marker=     no                (use "no" to remove the pin, otherwise it is shown in the given position)
|alignment=  left              ("center" default, possible input values "left", "center", "right")
|text=       some text         (no text by default)
}}

Examples

Standard / OSM carto
some beautiful map
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=leaflet |marker=no |text= some beautiful map}}
CyclOSM
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=cyclosm |marker=no}}
Cycle Map
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=cycle |marker=no}}
Transport Map
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=transport |marker=no}}
ÖPNVKarte
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=oepnv |marker=no}}
Humanitarian
{{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=humanitarian |marker=no}}

Restriction with Kartographer extension

The following setting does not work currently

no layers selectable
You can not select which layer will be displayed per default on the wiki page. It is always standard tile layer. In other words, the several images you see above are all the same.

See also

External links

A simple template to aid in the implementation of slippymaps.

Template parameters

ParameterDescriptionTypeStatus
latitudelat

no description

Numberrequired
longitudelon

no description

Numberrequired
zoom levelzoom

May be 1 (world) to 18 (most detailed)

Default
12
Numberoptional
map widthwidth

no description

Default
400
Numberoptional
map heightheight

no description

Default
400
Numberoptional
map alignmentalignment

no description

Suggested values
left center right
Auto value
center
Lineoptional
texttext

Optional text to display under map

Contentoptional
display markermarker

use "no" to remove the pin, otherwise it is shown in the given position

Suggested values
no
Example
no
Lineoptional
map stylelayer

Map style choose. Fallbacks to leaflet (default)

Suggested values
leaflet cyclosm cycle transport oepnv humanitarian
Default
leaflet
Unknownoptional