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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 29 04:12:47 EST 2008


Author: verenadiewald
Date: 2008-01-29 04:12:47 -0500 (Tue, 29 Jan 2008)
New Revision: 2033

Modified:
   branches/2.5/http/classes/class_wfs.php
Log:
added connector for class featuretype

Modified: branches/2.5/http/classes/class_wfs.php
===================================================================
--- branches/2.5/http/classes/class_wfs.php	2008-01-29 08:45:41 UTC (rev 2032)
+++ branches/2.5/http/classes/class_wfs.php	2008-01-29 09:12:47 UTC (rev 2033)
@@ -746,8 +746,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