megies / jane

Jane - Document Database for Seismology
http://krischer.github.io/jane
GNU General Public License v3.0
0 stars 3 forks source link

buggy mouseover when using Bavaria outline #3

Open megies opened 4 years ago

megies commented 4 years ago

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)