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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 16 01:00:43 PST 2016


Author: armin11
Date: 2016-02-16 01:00:43 -0800 (Tue, 16 Feb 2016)
New Revision: 9397

Modified:
   trunk/mapbender/http/classes/class_wfsToDb.php
Log:
Bugfix for updating wfs featuretype from metadata

Modified: trunk/mapbender/http/classes/class_wfsToDb.php
===================================================================
--- trunk/mapbender/http/classes/class_wfsToDb.php	2016-02-16 09:00:15 UTC (rev 9396)
+++ trunk/mapbender/http/classes/class_wfsToDb.php	2016-02-16 09:00:43 UTC (rev 9397)
@@ -1275,13 +1275,12 @@
 			$aWfsFeatureType->searchable,
 			$aWfsFeatureType->srs,
 			$aWfsFeatureType->latLonBboxArray['minx'].','.$aWfsFeatureType->latLonBboxArray['miny'].','.$aWfsFeatureType->latLonBboxArray['maxx'].','.$aWfsFeatureType->latLonBboxArray['maxy'],
-			$aWfsFeatureType->id,
-			$aWfsFeatureType->inspire_download
+			$aWfsFeatureType->inspire_download,
+			$aWfsFeatureType->id
 		);
 		$t = array('s','s','s','i','i');
 
 		$e = new mb_notice("class_wfsToDb.php: UPDATING Featuretype (FT: $aWfsFeatureType->id)");
-		
 		$e = new mb_notice("class_wfsToDb.php: UPDATING Featuretype (FT searchable: $aWfsFeatureType->searchable)");
 		$e = new mb_notice("class_wfsToDb.php: UPDATING Featuretype (FT inspire_download: $aWfsFeatureType->inspire_download)");
 		



More information about the Mapbender_commits mailing list