comparison gwt-client/src/main/webapp/images/FLYS_Karte_interactive.html @ 6349:0b3193d268b6

Fix the "Saale-Thüringen" hover effect in the interactive JS map.
author Christian Lins <christian.lins@intevation.de>
date Mon, 17 Jun 2013 13:18:00 +0200
parents 39aaa4e358d2
children 626af4af74a5
comparison
equal deleted inserted replaced
6348:39aaa4e358d2 6349:0b3193d268b6
24 river = document.getElementById(name + "_inactive"); 24 river = document.getElementById(name + "_inactive");
25 } 25 }
26 if (river) { 26 if (river) {
27 highlighted = name; 27 highlighted = name;
28 river.style.visibility="visible"; 28 river.style.visibility="visible";
29 } 29 }
30 } 30 }
31 function highlightList(name) { 31 function highlightList(name) {
32 name = stripRiver(name); 32 name = stripRiver(name);
33 highlightRiver(name); 33 highlightRiver(name);
34 } 34 }

http://dive4elements.wald.intevation.org