Navigation:  Introduction to WebOffice map widget >

Important Information

Previous pageReturn to chapter overviewNext page

REQUIREMENTS

A minimum resolution of 800x400 pixels is recommended.

Following mobile Devices are supported by WebOffice map widget:

oiPad1 und 2, iPhone 3 und 4

oAndroid 2.3.x, 3.0.x, 4.x

 

Note: Android only supports Google Chrome for WebOffice map widget, all other browsers in Android devices are not supported!

 

Following Browserversions are supported by WebOffice map widget:

oInternet Explorer 8.0 or higher

oFirefox 3.6 or higher

oSafari 5 or higher

 

Note: The Geolocation API is not supported in IE8. So the tool LOCATION won't work with WebOffice map widget when using IE8!

 

RESTRICTIONS:

AUTHENTICATION METHODS: At the moment it's only possible to access anonymously, with HTTP GET based User Credentials (user=xxx&password=yyy) or with SSO (Single Sign On). (For further information see Authentication type HTTP or Authentication Type SSO .)

 

Following Authentication types are currently not supported:

<xs:element ref="AUTHENTICATION_UM" minOccurs="0"/>

<xs:element ref="AUTHENTICATION_JNDI_LDAP" minOccurs="0"/>

<xs:element ref="AUTHENTICATION_NTLM" minOccurs="0"/>

<xs:element ref="AUTHENTICATION_BASIC" minOccurs="0"/>

<xs:element ref="AUTHENTICATION_PVP" minOccurs="0"/>

 

How does it work:

Default response format is JSON (JavaScript Object Notation).

If a request like this is sent:

http://prodemo.mysynergis.com/WebOffice/synservice?project=Baumkataster_Bregenz&user=baum&password=baum&width=385&height=340&query=baeume&returnkey=StringGUID&activetools=location%20identify&callback=getJSONResponse&map_adv=true&mapmargin=1&request_id=1337772661053

 

You will get a response like this:

getJSONResponse('{"MAP":{"url":"http://prodemo.mysynergis.com/WebOffice/output/Baumkataster_20120523_134111_130_8e.png","x":-44488,"y":262693.5,"scale":2984.3482597404477,"width":385,"height":340,"upp":0.7896103896103897},"response_id":"1337772661053"}')

 

Note: The response contains a unique ID, a timestamp, that processes the response of the last request.

 

FILE STRUCTURE:

The WebOffice map widget is delivered as ZIP archive containing the file default.htm and 4 directories. You can also find the WebOffice map widget in the WebOffice application (C:\Tomcat\webapps\<WebOffice application>\client_mapwidget):

default.htm: is the provided standard html page

Note: The default.htm will not any longer be supported and is in deprecated mode. Please use instead the default.jsp.

default.jsp: is the provided standard jsp page and allows calling the WebOffice map widget also via http POST parameters

Note: Calling the WebOffice map widget via http POST parameters only works when the web server (synservice) and the WebOffice map widget are installed in the same domain. The superior application itself and the WebOffice map widget can be installed in different domains (support of Cross Domain Scripting).

testcontainer.htm: WebOffice map widget test container, in order to create WebOffice map widget requests quickly and easy

Images: contains all image files of WebOffice map widget

Note: The folder contains the animated symbol for loading mw_loading_symbol, which indicates (e.g.) whether a zooming operation is successfully finished.

Scripts: contains the JavaScript files of WebOffice map widget (see chapter JavaScript Variables in order to adapt the values)

Styles: contains Stylesheet files

Testcontainer: contains the JavaScript files of the WebOffice map widget test container.

 

File structure

File structure