From eb87fe114817b2543eb6ca5625c528be00ce3ac4 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sat, 2 Jan 2021 14:52:41 +0100 Subject: [PATCH] Don't need log message for hover. --- wrmap.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/wrmap.js b/wrmap.js index de22a91..b52b511 100644 --- a/wrmap.js +++ b/wrmap.js @@ -367,9 +367,6 @@ function init_wrmap(i, jq_map) { popup_content.innerHTML = '

You clicked

'; popup_overlay.setPosition(event.coordinate); }); - select_hover.on('select', function(event) { - console.log(event); - }); /* // add features -- 2.39.5