Configure a MapApp in a graphic
- Last UpdatedAug 23, 2024
- 3 minute read
You configure specific properties of the Map_App widget from the Industrial Graphic Editor.
|
Property |
Description |
|
ConfigName |
Name of the Map_App widget global configuration file. |
|
InitialLatitude |
Latitude of the initial center point map position in decimal degrees. Valid latitude values are +/- 0-90. |
|
InitialLongitude |
Longitude of the initial center point map position in decimal degrees.Valid longitude values are +/- 0-180. |
|
InitialZoom |
Zoom level percentage of a map when initially displayed during run time. |
|
MinZoom |
The minimum zoom percentage in which the map can be zoomed out (0-100%) during run time. |
|
MaxZoom |
The maximum zoom percentage in which the map can be zoomed in (0-100%) during run time. |
|
MaxBoundsSouth |
Latitude of the southern map boundary in decimal degrees (+/- 0-90) to constrain the vertical panning movement of the screen viewport midpoint to the bottom boundary of a map. |
|
MaxBoundsWest |
Longitude of the western map boundary in decimal degrees (+/- 0-180) to constrain the horizontal panning movement of the screen viewport midpoint to the left boundary of a map. |
|
MaxBoundsNorth |
Latitude of the northern map boundary in decimal degrees (+/- 0-90) to constrain the vertical panning movement of the screen viewport midpoint to the top boundary of a map. |
|
MaxBoundsEast |
Longitude of the eastern map boundary in decimal degrees (+/- 0-180) to constrain the horizontal panning movement of the screen viewport midpoint to the right boundary of a map. |
|
Asset |
Name of an asset selected from a displayed map. |
|
CurrentLatitude |
Current latitude of a selected item shown on a map. |
|
CurrentLongitude |
Current longitude of a selected item shown on a map. |
|
CurrentZoom |
Current zoom level of a displayed map. |
|
FollowCurrentAsset |
Set this property to true to enable the MapApp widget to follow the currently selected asset (context) and automatically pan and zoom the map to display the asset’s location and associated symbol(the asset should be added into the location tab in map app editor page and asset level should be as "-1").
|
|
Sources |
Map data sources configured in the app's map settings. (All) is the default value, which includes all map data sources specified for the Map app. Note: All must be placed within parentheses (All) as a Sources property value. If you want to restrict a Map app to show data from only some map sources, use a comma delimited string to specify multiple sources. OSM,Bing,TemperatureOverlay |
|
ZoomLayers |
Map zoom layers configured for the Map app. (All) is the default value, which includes all zoom layers specified for the Map app. Note: All must be placed within parentheses (All) as a ZoomLayers property value. If you want to restrict a Map app to show data from only some zoom layers, use a comma delimited string to specify the zoom layers by name. country,state,city |