Maps examples/OpenLayers with changed zoom

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/OpenLayers with changed zoom
Starting December 16, 2018 with the release of version 7.0.0 of extension "Maps"Allows embedding of dynamic maps, geocoding and geospatial operations the support of the "OpenLayers" service was dropped. Use the "Leaflet" service instead. See "Remove OpenLayers service."

This page shows examples for basic maps rendered with OpenLayers with a changed zoom.

options / values
zoom / 13 (default)
minzoom / no value
maxzoom / no value

If these options are not provided the default values will automatically be assumed. Either one, two or all of the options may be changed.

{{#display_map: new york city
 |service=openlayers
 |minzoom=4
 |zoom=6
 |maxzoom=8
}}
Loading map...
<display_map minzoom="4" zoom="6" maxzoom="8" service="openlayers">
new york city
</display_map>
Loading map...