Skip to content

Commit

Permalink
Fix: Point Locations not clickable when together with Polygon location
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGeeGee committed Oct 18, 2024
1 parent e0083ad commit c5b690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wms/LocationsLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ onBeforeMount(() => {
onBeforeUnmount(() => {
if (map) {
for (const layerId of [
locationsFillLayerId,
locationsCircleLayerId,
locationsSymbolLayerId,
locationsFillLayerId,
]) {
map.off('click', layerId, clickHandler)
map.off('mouseenter', layerId, setCursorPointer)
Expand Down

0 comments on commit c5b690e

Please sign in to comment.