svn commit: r704 - trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
christoph at osgeo.org
christoph at osgeo.org
Thu Jul 27 06:13:57 EDT 2006
Author: christoph
Date: 2006-07-27 10:13:57+0000
New Revision: 704
Modified:
trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php
Log:
minor edit: isSetWfsResultToDigitize returned wrong boolean values
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=704&p1=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&p2=trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php&r1=703&r2=704
==============================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php (original)
+++ trunk/mapbender/http/javascripts/mod_wfs_SpatialRequest.php 2006-07-27 10:13:57+0000
@@ -319,8 +319,8 @@
function isSetWfsResultToDigitize() {
- if (parseInt(buttonWfs_toDigitize_on)==1) return false;
- return true;
+ if (parseInt(buttonWfs_toDigitize_on)==1) return true;
+ return false;
}
function mod_wfs_SpatialRequest_dialog(){
More information about the Mapbender_commits
mailing list