Following there are 10 different requests in order to use the full function-set of WebOffice map widget:
1)Request to get a dynamic Map Image
2)Request to get a tiled Map Image
3)Request to query for an Object
4)Request to do a geolocator Search Operation
5)Request to create an Object (editing)
6)Request to identify an existing Object
7)Request to navigate to WGS84 Coordinates
8) Combined Requests (query and editing)
9) Combined Requests (query and identify)
How to implement more complex operations:
If you e.g. first want to automatically (without user interaction) navigate the user into a specific hot spot area (Area of interest) and then enable the user to digitize a GIS object in this area of interest then you should use sequences of requests for implementing this more complex operation
1. Do query first – see ‘Request to query for an Object’
2. Do GIS object creation afterwards in second request – see ‘Request to create an Object (editing)’