[Mapbender-commits] r2398 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Apr 21 06:13:49 EDT 2008


Author: sven
Date: 2008-04-21 06:13:48 -0400 (Mon, 21 Apr 2008)
New Revision: 2398

Modified:
   branches/2.5/http/javascripts/wfs.js
Log:
removed setting of $gui_id from GET

Modified: branches/2.5/http/javascripts/wfs.js
===================================================================
--- branches/2.5/http/javascripts/wfs.js	2008-04-21 10:12:46 UTC (rev 2397)
+++ branches/2.5/http/javascripts/wfs.js	2008-04-21 10:13:48 UTC (rev 2398)
@@ -24,7 +24,6 @@
 $con = db_connect(DBSERVER,OWNER,PW);
 db_select_db(DB,$con);
 
-$gui_id = $_REQUEST["gui_id"];
 $e_id_css = "wfs";
 include '../include/dyn_js.php';
 require_once(dirname(__FILE__) . "/wfs_usemap.js");
@@ -175,11 +174,11 @@
 
 	var wfs_conf = window.frames["wfs_conf"].get_wfs_conf();
 	if(type=='over') {
-		highlight.add(m, '#0000ff');
+		highlight.add(m, '#ff0000');
 		highlight.paint();
 	}
 	else if (type == 'out') {
-		highlight.del(m, '#0000ff');
+		highlight.del(m, '#ff0000');
 		highlight.paint();
 	}
 	else 



More information about the Mapbender_commits mailing list