megies / jane

Jane - Document Database for Seismology

Home Page:http://krischer.github.io/jane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buggy mouseover when using Bavaria outline

megies opened this issue · comments

There's an exception in javascript when hovering from some item over to the Bavaria outline layer because it is trying to build the tooltip for an event which is failing. This leads into the tooltip of the previous mouse-over object staying behind as a "ghost". The reason is a buggy if ... else ... which is catching any undetected object in the "event object" case. (in map.js)