Navigation:  Introduction to WebOffice map widget >

Supported Parameters

Previous pageReturn to chapter overviewNext page

These parameters are currently supported by WebOffice map widget:

 

Category

Parameter

User Manual chapter

Tools

activetools

Tool paramters

startmode

Combined requests

combined_req=true

Combined requests (query and identify)

Query

query

Query OR

Request to query for an object OR callback_search_mw

keyname

keyvalue

returnkey

callback_search_mw

Administration

user

Administration parameters

password

roles

getversion_mw

callback_getversion_mw

Identify object

callback_identify_sl

callback_identify_sl OR Combined requests (query and identify)

query_identify_mw

returnkey_identify_mw

Editing

editlayerid

Request to create an object (editing) OR callback_createpoint

editkeyfield

editkeyvalue

callback_createpoint

edit_temp_oid_mw

returnkey_createpoint_mw

Combined requests (query and editing)

query_movepoint_mw

returnkey_movepoint_mw

callback_movepoint_mw

Display map

baseURL

Map display parameters OR Request to get a dynamic map image

project

width

height

x

y

scale

view

geo_bookmark

maptransparency

mapmargin

osm_timeout_mw

exclude_north_and_scale

lat

Request to navigate to WGS84 coordinates

lon

coordmarker_lat_lon

coordmarker_id

max_accuracy_mw

LOCATION

Select lines and polygon

query_selectline_mw

Request to select Objects

query_selectarea_mw

returnkey_selectline_mw

returnkey_selectarea_mw

callback_selectline_mw

callback_selectarea_mw

 

Reference:

Parameters as well as parameter values are generally case sensitive!

As WebOffice map widget is based on the synservice servlet, it's important to know that synservice servlet generally uses UTF-8 encoding. This needs to be taken into consideration when doing http GET/POST requests. When using http GET assure to properly escape special characters like blank, &, ?, ‚, „ etc. (For further information see http://en.wikipedia.org/wiki/Percent-encoding.)

 

Limitations:

It is not supported to use any possible combination of request parameters – only use well defined sets of parameters specified in the sections starting with ‘Request to….’.

Note that the order of parameters has no significance in the request.