[Mapbender-commits] r2031 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 29 03:21:06 EST 2008


Author: verenadiewald
Date: 2008-01-29 03:21:04 -0500 (Tue, 29 Jan 2008)
New Revision: 2031

Modified:
   trunk/mapbender/http/classes/class_wfs.php
Log:
added connector for class featuretype

Modified: trunk/mapbender/http/classes/class_wfs.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs.php	2008-01-28 14:42:30 UTC (rev 2030)
+++ trunk/mapbender/http/classes/class_wfs.php	2008-01-29 08:21:04 UTC (rev 2031)
@@ -720,8 +720,11 @@
 		$this->featuretype_title = $title;
 		$this->featuretype_abstract = $abstract;
 		$this->featuretype_srs = $srs;
+		
+		$y = new connector($url);
+		$data = $y->file;
 				
-		$data = implode("",file($url));
+		//$data = implode("",file($url));		
 		$parser = xml_parser_create();
 		xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
 		xml_parser_set_option($parser,XML_OPTION_SKIP_WHITE,1);



More information about the Mapbender_commits mailing list