[Mapbender-commits] r10244 - trunk/mapbender/http/geoportal

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 12 08:43:37 PDT 2019


Author: armin11
Date: 2019-09-12 08:43:37 -0700 (Thu, 12 Sep 2019)
New Revision: 10244

Modified:
   trunk/mapbender/http/geoportal/gaz_geom_mobile.php
Log:
revert some things - kills api

Modified: trunk/mapbender/http/geoportal/gaz_geom_mobile.php
===================================================================
--- trunk/mapbender/http/geoportal/gaz_geom_mobile.php	2019-09-12 12:28:29 UTC (rev 10243)
+++ trunk/mapbender/http/geoportal/gaz_geom_mobile.php	2019-09-12 15:43:37 UTC (rev 10244)
@@ -105,12 +105,12 @@
 	$returnObject->geonames[$countGeonames]->maxx = str_replace(',', '.',$feature->bbox[2]);
 	$returnObject->geonames[$countGeonames]->maxy = str_replace(',', '.',$feature->bbox[3]);
 	//slight adoption of zoombox for addresses - +/- 
-	if ($searchEPSG == "4326") {
+	/*if ($searchEPSG == "4326") {
 	    $returnObject->geonames[$countGeonames]->minx = $returnObject->geonames[$countGeonames]->minx - 0.0004;
 	    $returnObject->geonames[$countGeonames]->miny = $returnObject->geonames[$countGeonames]->miny - 0.0004;
 	    $returnObject->geonames[$countGeonames]->maxx = $returnObject->geonames[$countGeonames]->maxx + 0.0004;
 	    $returnObject->geonames[$countGeonames]->maxy = $returnObject->geonames[$countGeonames]->maxy + 0.0004;
-	}
+	}*/
 	$countGeonames++;
 }
 $returnObject->totalResultsCount = $countGeonames;



More information about the Mapbender_commits mailing list