[Mapbender-commits] r4378 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 16 11:18:16 EDT 2009
Author: christoph
Date: 2009-07-16 11:18:16 -0400 (Thu, 16 Jul 2009)
New Revision: 4378
Modified:
branches/2.6/http/classes/class_wfs_factory.php
Log:
wfs and ows proxy
Modified: branches/2.6/http/classes/class_wfs_factory.php
===================================================================
--- branches/2.6/http/classes/class_wfs_factory.php 2009-07-16 15:15:41 UTC (rev 4377)
+++ branches/2.6/http/classes/class_wfs_factory.php 2009-07-16 15:18:16 UTC (rev 4378)
@@ -75,10 +75,10 @@
$cnt = 0;
while(db_fetch_row($res)){
$hasOwsproxyUrl = false;
- $e = new mb_exception("class_wfs_factory: wfs_owsproxy: ".db_result($res, $cnt, "wfs_owsproxy"));
+ $e = new mb_notice("class_wfs_factory: wfs_owsproxy: ".db_result($res, $cnt, "wfs_owsproxy"));
if(db_result($res, $cnt, "wfs_owsproxy") != ''){
$owsproxyUrl = OWSPROXY."/".session_id()."/".db_result($res, $cnt, "wfs_owsproxy")."?";
- $e = new mb_exception("class_wfs_factory: owsproxyURl: ".$owsproxyUrl);
+ $e = new mb_notice("class_wfs_factory: owsproxyURl: ".$owsproxyUrl);
$hasOwsproxyUrl = true;
}
@@ -96,7 +96,7 @@
else{
$aWfs->getFeature = $owsproxyUrl;
}
-
+ new mb_notice("class_wfs_factory.getFeature.url: ".$aWfs->getFeature);
if(!$hasOwsproxyUrl){
$aWfs->transaction = db_result($res, $cnt, "wfs_transaction");
}
More information about the Mapbender_commits
mailing list