Current limitations of the MapApp widget
- Last UpdatedJul 18, 2024
- 1 minute read
|
Element |
Limitations |
|---|---|
|
MapApp widget script statements in the form: MyContent.<MapControlName>.AddContent(info) |
Limited by the lack of layout scripting support. The AddContent and RemoveContent functions only work correctly for the MapApp control running in AVEVA OMI ViewApps. |
|
MapApp script statements in the form: Support <WidgetName>.AddContent() |
Limited by the lack of support in an OMI runtime environment, which does not support the MapApp widget. The AddContent and RemoveContent functions are only supported on the WebClient. |
|
MapApp widget script statements in the form: <WidgetName>.RemoveContent(), MyContent.<MapControlName>.RemoveContent(info) |
Do not support a reference value for the identity. Only support removing the map pin added using the AddContent() function. Locations added using the Map Settings will not be removed. |