The parameter activetools=IDENTIFY will display the identify tool.
This tool enables the user to do buffer analysis based on a pre-selection of features.
Note: The pixel tolerance for the IDENTIFY tool can be configured in WebOffice Defaults.

Identify in WebOffice map widget
By panning the map underneath the cross hair, features can be selected for identify. If a feature is found, an OK button appears. The OK button causes to get a response of the selected feature to the Java Script callback function.
The following parameters are obligatory for the IDENTIFY:
Parameter |
Description |
query_identify_mw |
External layer ID on the WebOffice 10.2 SP3 query layer. Note: The layer must be identifyable/selectable |
returnkey_identify_mw |
Specifies the field to be returned in the response. Note: It is possible to use more return keys separated by semicolon ';'. |
callback_identify_sl |
Specifies a JavaScript callback function. |
The following parameters are optional for the IDENTIFY:
Parameter |
Description |
startmode=IDENTIFY |
By checking this parameter the tool will initially be activated after refreshing the map widget. Note: The parameter startmode can only be used with one single tool. |
Example:
http://w-ws-schmoelz/WebOfficeLatest/client_mapwidget/default.jsp?baseURL=http://w-ws-schmoelz/WebOfficeLatest&project=WebOffice_SampleProject&width=385&height=377&view=poi_cadaster&combined_req=true&map_adv=true&activetools=IDENTIFY&query_identify_mw=transport&returnkey_identify_mw=E_KAT1&callback_identify_sl=parent.identifyResult