Custom highlight style configuration.
{ stroke: { color: '#FFFF00', width: 3, }, fill: { color: 'rgb(255, 255, 255, 0.7)', },} Copy
{ stroke: { color: '#FFFF00', width: 3, }, fill: { color: 'rgb(255, 255, 255, 0.7)', },}
Object for defining the fill style. See OpenLayers documentation for full options.
Object for defining the stroke style. See OpenLayers documentation for full options.
Custom highlight style configuration.
Example