[Mapbender-commits] r8245 - trunk/mapbender/http/geoportal
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Feb 13 11:19:38 EST 2012
Author: armin11
Date: 2012-02-13 08:19:38 -0800 (Mon, 13 Feb 2012)
New Revision: 8245
Modified:
trunk/mapbender/http/geoportal/mod_readCSWResults.php
Log:
Less debug logging.
Modified: trunk/mapbender/http/geoportal/mod_readCSWResults.php
===================================================================
--- trunk/mapbender/http/geoportal/mod_readCSWResults.php 2012-02-13 16:16:37 UTC (rev 8244)
+++ trunk/mapbender/http/geoportal/mod_readCSWResults.php 2012-02-13 16:19:38 UTC (rev 8245)
@@ -132,10 +132,10 @@
}
}
//build bbox if all infos are given
-$e = new mb_exception("q= : ".$_REQUEST["q"]);
+$e = new mb_notice("q= : ".$_REQUEST["q"]);
$e = new mb_notice("ranking: ".$ranking);
$e = new mb_notice("coord: ".$coord);
-$e = new mb_exception("queryText: ".$queryText);
+$e = new mb_exception("geoportal/mod_readCSWResults.php queryText: ".$queryText);
if (isset($x1) && isset($x2) && isset($y1) && isset($y2) && isset($coord)) {
/* <BBOX>
<PropertyName>ows:BoundingBox</PropertyName>
@@ -403,8 +403,8 @@
$getRecords .= ' </csw:Query>';
$getRecords .= '</csw:GetRecords>';
-echo "<br>REQUEST for results<br>".htmlentities($getRecords)."<br>";
-$e = new mb_exception($getRecords);
+//echo "<br>REQUEST for results<br>".htmlentities($getRecords)."<br>";
+$e = new mb_notice($getRecords);
//for CSW define POST REQUEST for getrecords
$cswInterfaceObject = new connector();
$cswInterfaceObject->set('httpType','POST');
More information about the Mapbender_commits
mailing list