[Mapbender-commits] r7369 - branches/2.7/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Dec 22 10:17:02 EST 2010


Author: astrid_emde
Date: 2010-12-22 07:17:02 -0800 (Wed, 22 Dec 2010)
New Revision: 7369

Modified:
   branches/2.7/http/php/mod_editGuiWms.php
Log:
update epsg

Modified: branches/2.7/http/php/mod_editGuiWms.php
===================================================================
--- branches/2.7/http/php/mod_editGuiWms.php	2010-12-22 15:13:43 UTC (rev 7368)
+++ branches/2.7/http/php/mod_editGuiWms.php	2010-12-22 15:17:02 UTC (rev 7369)
@@ -31,6 +31,7 @@
 $up = $_POST["up"];
 $down = $_POST["down"];
 $del = $_POST["del"];
+$this_gui_wms_epsg = $_POST["this_gui_wms_epsg"];
 $this_gui_wms_mapformat = $_POST["this_gui_wms_mapformat"];
 $this_gui_wms_featureinfoformat = $_POST["this_gui_wms_featureinfoformat"];
 $this_gui_wms_exceptionformat = $_POST["this_gui_wms_exceptionformat"];



More information about the Mapbender_commits mailing list