[Mapbender-commits] r2089 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Feb 15 05:39:18 EST 2008
Author: verenadiewald
Date: 2008-02-15 05:39:18 -0500 (Fri, 15 Feb 2008)
New Revision: 2089
Modified:
branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php
Log:
try and catch params for var wfsResultToPopupDiv
Modified: branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php
===================================================================
--- branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php 2008-02-15 08:24:37 UTC (rev 2088)
+++ branches/2.5/http/javascripts/mod_wfs_SpatialRequest.php 2008-02-15 10:39:18 UTC (rev 2089)
@@ -782,7 +782,12 @@
}
wfsPopup.show();
}
-
+try{
+ if (wfsResultToPopupDiv){}
+}
+catch(e){
+ wfsResultToPopupDiv =0;
+}
if(wfsResultToPopupDiv==1){
mb_registerWfsReadSubFunctions(function(geom){displayPopup(geom);});
}
More information about the Mapbender_commits
mailing list