[Mapbender-commits] r6824 - in trunk/mapbender/http: classes php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Aug 27 09:01:27 EDT 2010
Author: verenadiewald
Date: 2010-08-27 13:01:27 +0000 (Fri, 27 Aug 2010)
New Revision: 6824
Modified:
trunk/mapbender/http/classes/class_wfs_conf.php
trunk/mapbender/http/php/mod_wfs.php
Log:
added wfs_conf_type to array
Modified: trunk/mapbender/http/classes/class_wfs_conf.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_conf.php 2010-08-26 13:41:27 UTC (rev 6823)
+++ trunk/mapbender/http/classes/class_wfs_conf.php 2010-08-27 13:01:27 UTC (rev 6824)
@@ -213,6 +213,7 @@
"wfs_describefeaturetype" => $rowArray[$i]["wfs_describefeaturetype"],
"wfs_transaction" => $rowArray[$i]["wfs_transaction"],
"wfs_conf_id" => $rowArray[$i]["wfs_conf_id"],
+ "wfs_conf_type" => $rowArray[$i]["wfs_conf_type"],
"element" => $elementArray
);
Modified: trunk/mapbender/http/php/mod_wfs.php
===================================================================
--- trunk/mapbender/http/php/mod_wfs.php 2010-08-26 13:41:27 UTC (rev 6823)
+++ trunk/mapbender/http/php/mod_wfs.php 2010-08-27 13:01:27 UTC (rev 6824)
@@ -138,6 +138,7 @@
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"]."';";
+ echo "wfs_conf[".$i."]['wfs_conf_type'] = '".$row["wfs_conf_type"]."';";
#wfs_describefeaturetype - wfs_describefeaturetype
}else{die("wfs_conf data not available");}
More information about the Mapbender_commits
mailing list