Sidebar Map

Advanced-UI NOVA-UI

With the Sidebar Map, a location for an asset (with latitude and longitude) can be displayed as a map in the sidebar of the asset.

Screenshot

Properties

guiPlugin.sidebar.assetContent

type: list of string (comma separated), required: yes, default: asset_preview,asset_objectinformation,asset_lockinfo,asset_metadatainfo,asset_technicalassetinfo,asset_pinoverview

The sidebarMapSection needs to be added to the list of sidebar content in this property. They will be displayed in the provided order. guiPlugin.sidebar.assetContent=asset_preview,asset_objectinformation,asset_lockinfo,asset_metadatainfo,asset_technicalassetinfo,asset_pinoverview,sidebarMapSection

To be configured in {home}/appserver/conf/custom.properties

type: number, required: yes, default: -

Infofield with the latitude for the sidebar map.

type: number, required: yes, default: -

Infofield with the longitude for the sidebar map.

type: number, required: required: yes, default: -

The user groups which can see the sidebar map.

type: number, required: yes, default: -

The asset types for which the sidebar map is visible

type: number, required: no, default: 8

The zoom factor for the sidebar map

type: string, required: no, default: google

Defines which type of sidebar map should be used (google or admin.ch). Documentation for google map: https://developers.google.com/maps/documentation/

type: string, required: no, default: -

Goole api key only needed if provider is google

type: string, required: no, default: roadmap

Defines which maptype for a google map should be used (roadmap, satellite, coordinate or terrain)

Compatibility Matrix

Sidebar Map CELUM (min. version)
1.0.0 5.12.4
1.0.4 6.4 (tested with 6.8)
1.1.0 6.4 (tested with 6.11)
Nova Plugin CELUM (min. version) Backend Plugin (min. version)
1.0.0-6.11.0 6.11.0 1.1.0

Release Notes

1.0.0

Released 2018-06-18

Initial version

1.0.4

Released 2021-06-25

Renamed Sidebar Section classes and members for uniqueness

1.1.0

Released 2022-01-20

Nova Backend