[Mapbender-commits] r5310 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jan 13 06:04:11 EST 2010
Author: christoph
Date: 2010-01-13 06:04:08 -0500 (Wed, 13 Jan 2010)
New Revision: 5310
Modified:
branches/2.6/http/classes/class_universal_gml_factory.php
Log:
Modified: branches/2.6/http/classes/class_universal_gml_factory.php
===================================================================
--- branches/2.6/http/classes/class_universal_gml_factory.php 2010-01-13 10:57:54 UTC (rev 5309)
+++ branches/2.6/http/classes/class_universal_gml_factory.php 2010-01-13 11:04:08 UTC (rev 5310)
@@ -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);
More information about the Mapbender_commits
mailing list