Use this request for enabling the user to identify an object in WebOffice map widget.
The subsequently listed parameters marked with ‘mandatory’ all need to be provided for getting correct results. (See chapter Query Parameters for further information about the parameters.)
•activetools (mandatory)
Use activetools=IDENTIFY in order to display the Identify-Tool.
•query (mandatory)
The query parameter identifies a WebOffice 10 R3 query, i.e. for correct operation an external Layer ID must be configured in the used WebOffice 10 R3 project for the specific Layer to be queried.
•returnkey (mandatory)
Specifies the field to be returned in the response for being able to programmatically identify the resulting object.
•callback_identify_sl (mandatory)
This parameter specifies the name of the JavaScript method to be used as call back function for single layer identify results.
Example:
http://w-vpc-kr-w7-e:8080/WO_10R3_SP2_latestBuild/client_mapwidget/default.jsp?baseURL=http://w-vpc-kr-w7-e:8080/WO_10R3_SP2_latestBuild&project=WebOffice_SampleProject_Doku&width=600&height=400&view=Edit&maptransparency=1.0&activetools=IDENTIFY&query=othercities&returnkey=CITY_NAME&callback_identify_sl=identifyResult