svn commit: r415 - trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php

christoph at osgeo.org christoph at osgeo.org
Mon Jun 12 06:14:48 EDT 2006


Author: christoph
Date: 2006-06-12 10:14:48+0000
New Revision: 415

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php

Log:
bug fix: after a wfs search with a polygon filter, the polygon no longer reappears after a rescale.

Modified: trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php?view=diff&rev=415&p1=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&p2=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&r1=414&r2=415
==============================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php	(original)
+++ trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php	2006-06-12 10:14:48+0000
@@ -288,6 +288,7 @@
 	mb_setwfsrequest(mod_wfs_spatialRequest_target,mod_wfs_spatialRequest_geometry);
 	mod_wfs_spatialRequest_delete();
 	mb_disableThisButton(activeButton.id);
+	mod_wfs_spatialRequest_geometry = null;
 }
 
 function mod_wfs_spatialRequest_delete(){




More information about the Mapbender_commits mailing list