
The GeoMap UI element can only be used with a special software component that is provided by the geographical maps. This software component which you can use to expand the Internet Graphics Service (IGS) is not included in the delivered software package SAP NetWeaver Application Server. It must be purchased from a third-party provider. The GeoMap UI element cannot be displayed without this complementary software component.
UseYou can use the GeoMap UI element to display a section of a map. You use the values of the properties top , left , bottom , and right to specify the geographical coordinates and define the map section to be displayed. The geographical coordinates are derived from the longitude and latitude values of a geographical location and must be entered in WGS84 format based on the reference system World Geodetic System -1984 (WGS84).
PropertiesaccessibilityDescription
When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
bottom
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the right property, the lower right position of the section is specified.
geoObjectSource
You can position so-called geo objects in the map and use them to highlight a specific position. These geo objects are used to provide specific information to the user. For example, you can mark the starting point or finishing point of a route on the map. This property must be bound to a context attribute.
height
Specifies the height of the UI element in pixels.
igsURL
You can use this property to specify the Web address (URL) of the server on which the Internet Graphics Service is to run. This means that you can overwrite the global URL for which the Web Dynpro System Configuration in the default.properties file has been set.
left
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the top property, the upper left position of the section is specified.
moveType
This property specifies whether the geographical border of a map can be interactively changed by the user. The moveType property can be filled with the following values and is represented by the enumeration type WDMoveType. Using none the geographical border cannot be changed. Using panel , changing the geographical border is allowed.
right
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the bottom property, the lower right position of the section is specified.
top
You can use this property to specify the value of a geographical coordinate in decimal numbers according to the standard World Geodetic System - 1984 (WGS84). Together with the value of the left property, the upper left position of the section is specified.
width
Specifies the width of the UI element in pixels.
zoomType
Specifies the zoom behavior of the map. The zoomType property can be filled with the following values and is represented by the enumeration type WDZoomType. Using none , zooming within the map is not possible, and no control elements for zooming are available. Using panel , zooming within the map is possible.
|
Name |
Interface |
Type |
Initial Value |
Bindable |
|
accessibilityDescription |
IWDGeoMap |
String (TranslatableText) |
bindable |
|
|
bottom |
IWDGeoMap |
double |
0.0 |
bindable |
|
enabled |
IWDUIElement |
boolean |
true |
bindable |
|
geoObjectSource |
IWDGeoMap |
IWDGeoObject |
bindable_mandatory |
|
|
height |
IWDGeoMap |
int |
300 |
not_bindable |
|
igsURL |
IWDGeoMap |
String |
not_bindable |
|
|
left |
IWDGeoMap |
double |
0.0 |
bindable |
|
moveType |
IWDGeoMap |
WDMoveType |
none |
not_bindable |
|
right |
IWDGeoMap |
double |
0.0 |
bindable |
|
tooltip |
IWDUIElement |
String (TranslatableText) |
bindable |
|
|
top |
IWDGeoMap |
double |
0.0 |
not_bindable |
|
visible |
IWDUIElement |
WDvisibility |
visible |
bindable |
|
width |
IWDGeoMap |
int |
300 |
not_bindable |
|
zoomType |
IWDGeoMap |
WDZoomType |
none |
not_bindable |
onObjectAction : This event is triggered when the user activates a geo object (event parameter ID, type string).