Frequently asked questions - Wiki
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
How do I add a Open Street Map to a wiki page
The code looks like:
<slippymap h=500 w=800 z=18 lat=53.58370 lon=10.04540 osmzoom=18 layer=mapnik marker=1></slippymap>
And the result: <slippymap h=500 w=800 z=18 lat=53.58370 lon=10.04540 osmzoom=18 layer=mapnik marker=1></slippymap>
- Parameter h and w are for the map sizes on the wiki page.
- Parameter z for the zoom
- OSMzoom for the zoom
- layer for the kind of map
- marker for displaying a marker (or not)
- lat and lon for the cooordinates
Additional information and possibilities (like using other geolocation coordinates) can be found at Mediawiki.org.