[Mapbender-commits] r2016 - branches/2.5/conf
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 22 11:22:06 EST 2008
Author: astrid_emde
Date: 2008-01-22 11:22:06 -0500 (Tue, 22 Jan 2008)
New Revision: 2016
Modified:
branches/2.5/conf/digitize_default.conf
Log:
var spatialRequestResultToDigitize = 1;
set to 1 to get the results from spatialRequest to the digitize modul
Modified: branches/2.5/conf/digitize_default.conf
===================================================================
--- branches/2.5/conf/digitize_default.conf 2008-01-22 16:17:01 UTC (rev 2015)
+++ branches/2.5/conf/digitize_default.conf 2008-01-22 16:22:06 UTC (rev 2016)
@@ -231,4 +231,4 @@
digitizeDefaultGeometryName[language.de] = "neu";
digitizeDefaultGeometryName[language.en] = "new";
-var spatialRequestResultToDigitize = 0;
+var spatialRequestResultToDigitize = 1;
More information about the Mapbender_commits
mailing list