Overview
From MapbenderWiki
Contents |
Description
English
Use the overview map to navigate the main map window. You can select a new rectangle in the overview map, the details will be displayed in the main map window. Recenter the main map window section by just clicking a new position in the overview map (the scale will not change).
- Technical Implementation
The overview map is implemented in the module Overview. The module can be parameterized with "wms=" in the field <SRC>. Enter the index of the WMS (within this GUI) which is to be displayed in the overview map. (starting at 0).
- Example
../php/mod_mapOV.php?wms=2&sessionID
shows the third WMS of this GUI
This new module requires the modules mod_box1.js and mod_selArea1.php. Look the page ZoomBox for more details.
See also DynamicOverview for more parameters
Deutsch
Der Overview bezeichnet eine Übersichtskarte. Aus der Übersichtskarte kann die Hauptkarte gesteuert werden (z.B. neuen Ausschnitt wählen).
- Implementierung
Als Übersichtskarte sollte nur noch das Modul Overview eingebunden werden. In der Administration kann in dem Feld "SRC" das Modul parametrisiert aufgerufen werden. Der Übergabeparameter "wms" gibt dabei den WMS an, der in der Übersicht dargestellt werden soll (mit 0 beginnend).
- Beispiel
Folgendes Beispiel zeigt den dritten WMS dieser GUI in der Übersichstkarte an
../php/mod_mapOV.php?wms=2&sessionID
Im Zusammenhang mit dem neuen Übersichtskartenmodul ist auch die ZoomBox überarbeitet worden, daher benötigt das Modul die weiteren Module mod_selArea1.php und mod_box1.js
Siehe auch DynamicOverview für weitere Parameter.
Files
For this module the following files are required / Für dieses Modul werden die folgenden Dateien benötigt:
SQL
Use this sql statement to insert this module in the corresponding gui / Mit diesem SQL kann das Modul in die entsprechende GUI eingefügen werden:

