[Mapbender-commits] r3124 - branches/print_dev/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Oct 6 06:35:10 EDT 2008


Author: verenadiewald
Date: 2008-10-06 06:35:10 -0400 (Mon, 06 Oct 2008)
New Revision: 3124

Added:
   branches/print_dev/conf/checksum.json
Modified:
   branches/print_dev/conf/digitize_default.conf
   branches/print_dev/conf/session.conf
   branches/print_dev/conf/wfs_default.conf
Log:


Added: branches/print_dev/conf/checksum.json
===================================================================
--- branches/print_dev/conf/checksum.json	                        (rev 0)
+++ branches/print_dev/conf/checksum.json	2008-10-06 10:35:10 UTC (rev 3124)
@@ -0,0 +1 @@
+{"mapbender.conf-dist":"94805f0471021d7be9d824895e3f38a9cb2e8b79","digitize_default.conf":"c0abbb6047b0fb285702dfe06cc093370d3e5007","gazetteerSQL.conf":"584068fe4db5d2a1457a433f13b4b08d43c86717","poi.conf":"f485b0f23174ed83ac791a0434593934e1dda8cf","session.conf":"26ce6a64fe968ae0ee68c81aa408b630f33dd018","gazetteerSQL.conf-dist":"91c62de7a2557a0bacc3c8dbb3a5474bccee0526","wfs_default.conf":"89807618dacfae3b727080b6a9c8127e2c94ed9f"}
\ No newline at end of file

Modified: branches/print_dev/conf/digitize_default.conf
===================================================================
--- branches/print_dev/conf/digitize_default.conf	2008-10-06 10:29:48 UTC (rev 3123)
+++ branches/print_dev/conf/digitize_default.conf	2008-10-06 10:35:10 UTC (rev 3124)
@@ -11,9 +11,6 @@
 addButtonDig("delBasePoint", 1, "delete_node_off.png", "", "", 125, 0);
 addButtonDig("clear", 1, "del_off.png", "", "", 150, 0);
 
-//definition of directory of digitize buttons
-buttonDig_imgdir = "../img/button_digitize/";
-
 var buttonDig_wfs_src = "geomInfo.png";
 var buttonDig_remove_src = "geomRemove.png";
 var buttonDig_removeDb_src = "geomRemoveDb.png";

Modified: branches/print_dev/conf/session.conf
===================================================================
--- branches/print_dev/conf/session.conf	2008-10-06 10:29:48 UTC (rev 3123)
+++ branches/print_dev/conf/session.conf	2008-10-06 10:35:10 UTC (rev 3124)
@@ -10,16 +10,6 @@
 
 $_SESSION["mb_lang"] = $_REQUEST["lang"];
 
-$_SESSION["command"] = strtoupper($_REQUEST["COMMAND"]);
-
-$i = 1;
-$_SESSION["wms"] = array();
-while ($_REQUEST["wms".$i]) {
-	array_push($_SESSION["wms"], urldecode($_REQUEST["wms".$i]));
-	$i++;
-}
-unset($i);
-
 $_SESSION["mb_myWmc"] = "";
 $_SESSION["mb_myWmc_action"] = "";
 if ($_REQUEST["wmc_id"]) {
@@ -34,4 +24,4 @@
 	$_SESSION["mb_myWmc"] = $_REQUEST["append_wmc_id"];
 	$_SESSION["mb_myWmc_action"] = "append";
 }
-?>
+?>
\ No newline at end of file

Modified: branches/print_dev/conf/wfs_default.conf
===================================================================
--- branches/print_dev/conf/wfs_default.conf	2008-10-06 10:29:48 UTC (rev 3123)
+++ branches/print_dev/conf/wfs_default.conf	2008-10-06 10:35:10 UTC (rev 3124)
@@ -14,6 +14,8 @@
 var buttonExtent = {"status":1, "x":840, "y":10, "img":"select_extent_off.png"};
 var buttonDialogue = {"status":1, "x":870, "y":10, "img":"select_choose_off.png"};
 
+var mb_wfs_tolerance = 8;
+
 var buttonWfs_imgdir = "../img/button_gray/";
 var buttonWfs_zIndex = 10;
 



More information about the Mapbender_commits mailing list