Do not bring layer to front when highlighting a map accommodation
This does nothing but bring useless work to the browser, that has to move the SVG group to the top for nothing, as the accommodations do not overlap anything else.
This commit is contained in:
parent
6f78ad944f
commit
8c9308f1d3
|
@ -68,7 +68,6 @@
|
|||
layer.setStyle({
|
||||
color: '#ffe673',
|
||||
});
|
||||
layer.bringToFront();
|
||||
}
|
||||
|
||||
function resetHighlight(e) {
|
||||
|
|
Loading…
Reference in New Issue