0

Add a minzoom option

This only affects what's written to overviewerConfig.js.  That is, it
does not change the amount of tiles rendered (it's exactly analogous to
maxzom)

Closes #994
This commit is contained in:
Andrew Chin
2013-12-26 23:04:20 -05:00
parent 94b8a81a90
commit 7089eef005
4 changed files with 15 additions and 2 deletions

View File

@@ -540,6 +540,18 @@ values. The valid configuration keys are listed below.
**Default:** Automatically set to most detailed zoom level
``minzoom``
This specifies the minimum zoom allowed by the zoom control on the web page. For
example, setting this to 2 will disable the two most-zoomed out levels.
.. note::
This does not change the number of zoom levels rendered, but allows
you to have control over the number of zoom levels accessible via the
slider control.
**Default:** 0 (zero, which does not disable any zoom levels)
``showlocationmarker``
Allows you to specify whether to show the location marker when accessing a URL
with coordinates specified.