[Mapbender-commits] r2137 - branches/2.5/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 21 04:44:51 EST 2008


Author: verenadiewald
Date: 2008-02-21 04:44:51 -0500 (Thu, 21 Feb 2008)
New Revision: 2137

Modified:
   branches/2.5/http/classes/class_wfs_conf.php
Log:
removed bug at featuretype_srs

Modified: branches/2.5/http/classes/class_wfs_conf.php
===================================================================
--- branches/2.5/http/classes/class_wfs_conf.php	2008-02-20 19:15:02 UTC (rev 2136)
+++ branches/2.5/http/classes/class_wfs_conf.php	2008-02-21 09:44:51 UTC (rev 2137)
@@ -157,7 +157,7 @@
 									"wfs_id" => $row["fkey_wfs_id"],
 									"featuretype_id" => $row["fkey_featuretype_id"],
 									"featuretype_name" => $featuretype_name,
-									"featuretype_id" => $featuretype_srs,
+									"featuretype_srs" => $featuretype_srs,
 									"wfs_getfeature" => $row["wfs_getfeature"],
 									"wfs_describefeaturetype" => $row["wfs_describefeaturetype"],
 									"wfs_transaction" => $row["wfs_transaction"],



More information about the Mapbender_commits mailing list