ഫലകം:Slippymap/doc
A simple template to aid in the implementation of slippymaps. Utilises MultiMaps 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)
}}
Examples
| Standard / OSM carto | {{slippymap |lat=34.8 |lon=-111.76460 |zoom=18 |width=200 |height=200 |layer=leaflet |marker=no}}
| |
| 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}}
|
See also
- Bboxfinder: easier find centre lat lon coordinates
- Wiki:Maps
- {{Map}}
