![Advanced-UI](https://img.shields.io/static/v1?label=UI&message=Advanced&color=lightgrey) ![NOVA-UI](https://img.shields.io/static/v1?label=UI&message=NOVA&color=blue) 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](sidebar_map.png) [MINITOC] ## 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 ##### sidebarMap.infofield.latitude > type: number, **required: yes**, default: - Infofield with the latitude for the sidebar map. ##### sidebarMap.infofield.longitude > type: number, **required: yes**, default: - Infofield with the longitude for the sidebar map. ##### sidebarMap.infofield.visibleForGroups > type: number, required: **required: yes**, default: - The user groups which can see the sidebar map. ##### sidebarMap.infofield.visibleForAssetTypes > type: number, **required: yes**, default: - The asset types for which the sidebar map is visible ##### sidebarMap.infofield.zoom > type: number, required: no, default: 8 The zoom factor for the sidebar map ##### sidebarMap.provider > 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/ ##### sidebarMap.google.apiKey > type: string, required: no, default: - Goole api key only needed if provider is google ##### sidebarMap.googlemap.maptype > 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