I'm working on an ol3-project. In that I load features via a KML file into a vector layer. Now I tried to highlight the features with mouseover.
The code to do so is: .... map.addInteraction(new ol.interaction.Select({ condition: function(evt){ return evt.originalEvent.type == 'mousemove': } })); It works, but now I want to change the icon of the actual highlighted feature, which is now a blue dot. But I don't find the place where the definition of that icon is. Has someone of you a hint? Horst _______________________________________________ Users mailing list us...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-users