[Mapbender-commits] r5810 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Mar 19 09:36:31 EDT 2010
Author: christoph
Date: 2010-03-19 09:36:31 -0400 (Fri, 19 Mar 2010)
New Revision: 5810
Modified:
trunk/mapbender/http/classes/class_stripRequest.php
trunk/mapbender/http/classes/class_universal_gml_factory.php
trunk/mapbender/http/classes/class_wfsToDb.php
trunk/mapbender/http/classes/class_wfs_1_1.php
Log:
cosmetic changes
Modified: trunk/mapbender/http/classes/class_stripRequest.php
===================================================================
--- trunk/mapbender/http/classes/class_stripRequest.php 2010-03-19 13:35:35 UTC (rev 5809)
+++ trunk/mapbender/http/classes/class_stripRequest.php 2010-03-19 13:36:31 UTC (rev 5810)
@@ -179,4 +179,4 @@
return $this->url;
}
}
-?>
+?>
\ No newline at end of file
Modified: trunk/mapbender/http/classes/class_universal_gml_factory.php
===================================================================
--- trunk/mapbender/http/classes/class_universal_gml_factory.php 2010-03-19 13:35:35 UTC (rev 5809)
+++ trunk/mapbender/http/classes/class_universal_gml_factory.php 2010-03-19 13:36:31 UTC (rev 5810)
@@ -92,7 +92,7 @@
$factory = new Gml_3_Factory();
break;
default:
- throw new Exception("Unknown GML version " . $version);
+ throw new Exception("Unknown GML version " . $version . " in XML: \n\n" . $xml);
break;
}
return $factory->createFromXml($xml, $wfsConf);
@@ -103,4 +103,4 @@
}
}
}
-?>
+?>
\ No newline at end of file
Modified: trunk/mapbender/http/classes/class_wfsToDb.php
===================================================================
--- trunk/mapbender/http/classes/class_wfsToDb.php 2010-03-19 13:35:35 UTC (rev 5809)
+++ trunk/mapbender/http/classes/class_wfsToDb.php 2010-03-19 13:36:31 UTC (rev 5810)
@@ -332,7 +332,7 @@
$v = array($wfsConfId, $aWfsFeatureTypeElement->id,0,0,0,0,'',0,0,0,'',0,0,'',0,'',0,0);
$t = array("i", "i","i", "i","i", "i","s","i","i","i","s","i","i","s","i","s","i","i");
-
+
$resInsertConfElement = db_prep_query($sqlInsertConfElement, $v, $t);
if (!$res) {
$e = new mb_exception("Couldn't insert new feature type element in wfs_conf_element!");
Modified: trunk/mapbender/http/classes/class_wfs_1_1.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs_1_1.php 2010-03-19 13:35:35 UTC (rev 5809)
+++ trunk/mapbender/http/classes/class_wfs_1_1.php 2010-03-19 13:36:31 UTC (rev 5810)
@@ -106,4 +106,4 @@
}
}
-?>
+?>
\ No newline at end of file
More information about the Mapbender_commits
mailing list