MapViewSlider as External GUI Module
This custom tool allows the end user to configure an alternative switching option between map views for the WebOffice core client. Instead of the standard switching option in the form of a dropdown menu, a slider is configured, which can, offer a more suitbale user interface for example when switching between different floors of buildings which are configured as map views in the WebOffice core project.
Configure the external GUI module mapViewSlider. htm from the directory C:\Tomcat\webapps\<WebOffice applicatoin>\pub\pub\custom_tools\mapViewSlider as follows:
(1)Customize file mapViewSliderConfig.json
First, the file mapViewSliderConfig.json, which can be found under C: \Tomcat\webapps\<WebOffice application>\pub\pub\custom_tools\mapViewSlider, must be customized according to the map views of the relevant WebOffice 10.9 R4 project.
map views - External map view-ID
The file mapViewSliderConfig.json must be opened with a text editor. Afterwards under "mapviews" a name for the map view under "name" and the External map view-ID of the respective map view under "id" must be specified. Optionally, the distance between the individual ticks in the slider can be adjusted under "tickHeightPx".
If changes are made in the file mapViewSliderConfig.json, you have to delete the browser cache in WebOffice core client before the next call of the WebOffice 10.9 R4 project to make the changes effective. For more information on how to delete the browser cache, see chapter Delete Browser Cache. |
Customization of the file mapViewSliderConfig.json
(2) External GUI module
Configure an external GUI module with the following parameters:
Module URL: pub/custom_tools/mapViewSlider/mapViewSlider.htm
Optionally, configure the desired width and height of the GUI module to determine to what extent the window should be displayed in the client.
Konfiguration eines Externen GUI Moduls
(3) Display mode iFrame
Configure the display mode iFrame for the external GUI module
Here you can specify the window type, which can be either
ofloating
oor docked
The MapViewSlider function is then provided either as a separate floating window or under its own tab in the ribbon menu.
Konfiguration des Anzeigemodus iFrame
A detailed description of how to configure external GUI modules can be found in chapter External GUI Module. |