The following parameters are supported by WebOffice map widget. The WebOffice map widget testcontainer will help you creating complex requests.
Parameter |
Description |
Example |
Passes the user name of the user (in combination with password). |
&user=admin&password=admin |
|
Passes the password of the user (in combination with user). |
&user=admin&password=admin |
|
Passes the user group of the user (in combination with user and password). |
&user=admin&password=admin&usergroup=administrators |
|
Allows you to control WebOffice map widget by using two-finger touch gestures. If this function of the WebOffice map widget is used on a desktop, the mouse scroll can only be performed by holding the CTRL key. |
&pagescroll=true |
|
Enables the display of specific map views for a special search result (for queries, identify and selection operations, as well as for the full-text-search, the Add/Remove tool and Edit/Create operations). |
&linked_view=true |
|
Passes the desired basemap view. |
&basemapview=orthofoto |
|
|
||
|
||
|
||
Enables a tool in the WebOffice map widget, the following tools are supported: NAVIGATION, CREATEPOINT, CREATE_CLICK, IDENTIFY, IDENTIFY_CLICK, LOCATION, SELECTLINE, SELECTAREA, MOVEPOINT, EDIT_CLICK, FTS, MAPTIP, ADDREMOVE, BUFFER, VIEW, CLICKINFO |
&activetools=CLICKINFO |
|
Activates a tool when calling the WebOffice map widget. |
&startmode=CLICKINFO |
|
|
||
|
||
|
||
|
||
Callbacks |
||
Returns the currently activated tool in the WebOffice map widget (e.g. IDENTIFY). If no tool is activated, NONE will be returned. |
&callback_active_tool=parent.activeToolResult |
|
Returns the click coordinates in the callback. |
&callback_clickinfo_mw=parent.clickinfoResult |
|
Returns information (active tool, available tools, active map view, active map extent (centre point (x, y), scale, image height and width)) of the current position to the callback function. |
&callback_logPosition=parent.logPositionResult |
|
WebOffice map widget supported parameters