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:
jordi fita mas 2024-01-31 15:02:20 +01:00
parent 6f78ad944f
commit 8c9308f1d3
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
layer.setStyle({
color: '#ffe673',
});
layer.bringToFront();
}
function resetHighlight(e) {