You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced Customization for Highlight Styles in Feature Selection
- Enabled defining `highlightStyle` objects under `Map` and `Identify` sections in localConfig.json to allow customization of highlight styles.
- Updated and added relevant tests to reflect these changes.
On behalf of DB Systel GmbH
* Add the the proper options to the highlight layer:
63
72
* - `visibility`: `true`
64
73
* - `features`: the features to highlight should be enhanced with the geometry type in properties, to allow the default style to work
65
74
* - `style`: the default style applies a different style for each geometry type. The geometry type is extracted from the geometry type and added to the feature properties
66
75
* @param {options} base options
76
+
* @param highlightStyle
67
77
* @returns the new options with the highlight layer
0 commit comments