[Mapbender-commits] r2455 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu May 15 15:42:08 EDT 2008


Author: astrid_emde
Date: 2008-05-15 15:42:07 -0400 (Thu, 15 May 2008)
New Revision: 2455

Modified:
   branches/2.5/http/php/mod_wfs.php
Log:
to define wfs_describefeaturetype in the schemaLocationdefinition for the Transaction in this file a new value was added. wfs_conf[".$i."]['wfs_describefeaturetype']

see also changes in /jacascripts/wfs.js where the transaction-request is defined.

And have a look at the track at the ticket 222 (here you get further information about GeoServer behavior and how to get Transaction running):
http://trac.osgeo.org/mapbender/ticket/222

Modified: branches/2.5/http/php/mod_wfs.php
===================================================================
--- branches/2.5/http/php/mod_wfs.php	2008-05-15 18:03:07 UTC (rev 2454)
+++ branches/2.5/http/php/mod_wfs.php	2008-05-15 19:42:07 UTC (rev 2455)
@@ -101,7 +101,9 @@
 			echo "wfs_conf[".$i."]['g_use_wzgraphics']  = '".$row["g_use_wzgraphics"]."';";
 			echo "wfs_conf[".$i."]['fkey_featuretype_id']  = '".$row["fkey_featuretype_id"]."';";
 			echo "wfs_conf[".$i."]['wfs_getfeature']  = '".$row["wfs_getfeature"]."';";
+			echo "wfs_conf[".$i."]['wfs_describefeaturetype']  = '".$row["wfs_describefeaturetype"]."';";
 			echo "wfs_conf[".$i."]['wfs_transaction']  = '".$row["wfs_transaction"]."';";
+			#wfs_describefeaturetype - wfs_describefeaturetype
 			
 		}else{die("wfs_conf data not available");}
 		



More information about the Mapbender_commits mailing list