Viglino / ol-ext

Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.
https://viglino.github.io/ol-ext/
Other
1.24k stars 463 forks source link

icon other than blue circle for cluster selected feature #1101

Open jeff-rossi-di opened 1 month ago

jeff-rossi-di commented 1 month ago

I have been trying to override the default behavior with no success

I have image icons with selected versions and would like to display the selected icon in place of the blue dot

Viglino commented 3 weeks ago

The SelectCluster interaction is a subclass of Openlayers Select interaction and you can use a style options to define the style of the features when selected. See: https://openlayers.org/en/latest/apidoc/module-ol_interaction_Select.html See example: https://viglino.github.io/ol-ext/examples/map/map.clustering.html