[Mapbender-commits] r3208 - branches/beck_dev/http/gazetteer_rostock

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 10 04:38:07 EST 2008


Author: beck
Date: 2008-11-10 04:38:07 -0500 (Mon, 10 Nov 2008)
New Revision: 3208

Modified:
   branches/beck_dev/http/gazetteer_rostock/mod_WFSStreetGaz_client.js
Log:


Modified: branches/beck_dev/http/gazetteer_rostock/mod_WFSStreetGaz_client.js
===================================================================
--- branches/beck_dev/http/gazetteer_rostock/mod_WFSStreetGaz_client.js	2008-11-10 08:42:07 UTC (rev 3207)
+++ branches/beck_dev/http/gazetteer_rostock/mod_WFSStreetGaz_client.js	2008-11-10 09:38:07 UTC (rev 3208)
@@ -504,8 +504,18 @@
 								});
 								
 								$(this).clone().attr({'id':'selected_street'}).prependTo('#td_h');
-								$('#selected_street').css('color','inherit');
-								
+//								$('#selected_street').css('color','inherit');
+								$('#selected_street').mouseover(function() {
+									global_resultHighlight1.add(geomIndex,'#00F');
+									global_resultHighlight1.paint();
+								});
+								$('#selected_street').mouseout(function() {
+									global_resultHighlight1.add(geomIndex,'transparent');
+									global_resultHighlight1.paint();
+								});
+								global_resultHighlight1.add(geomIndex,'transparent');
+								global_resultHighlight1.paint();
+				
 							});
 						})();	
 					}
@@ -535,7 +545,7 @@
 							}
 							else{
 								$("#"+geomStr).css({"color":"blue"});
-							}
+							}
 							$("#"+geomStr).mouseover( function() { 
 								eventGazResOver.trigger({
 									"geomIndex":geomIndex,



More information about the Mapbender_commits mailing list