[Mapbender-commits] r4821 - branches/2.6/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 08:10:42 EDT 2009


Author: christoph
Date: 2009-10-20 08:10:40 -0400 (Tue, 20 Oct 2009)
New Revision: 4821

Modified:
   branches/2.6/conf/digitize_default.conf
Log:


Modified: branches/2.6/conf/digitize_default.conf
===================================================================
--- branches/2.6/conf/digitize_default.conf	2009-10-20 12:08:10 UTC (rev 4820)
+++ branches/2.6/conf/digitize_default.conf	2009-10-20 12:10:40 UTC (rev 4821)
@@ -20,6 +20,7 @@
 var buttonDig_wfs_src = "geomInfo.png";
 var buttonDig_remove_src = "geomRemove.png";
 var buttonDig_removeDb_src = "geomRemoveDb.png";
+var buttonDig_clone_src = "geomClone.png";
 
 var dotDistance = 7;
 var linepointColor = "#ffff00";
@@ -53,15 +54,19 @@
 
 var showSaveButtonForExistingGeometries = false;
 
+var updatePointGeometriesInstantly = false;
+
 var nonTransactionalEditable = false;
 var nonTransactionalColor = "#ff66cc"; 
 var nonTransactionalLineWidth = 2; 
 
+var addCloneGeometryButton = false;
+
 var wfsWindowWidth = 400;
 var wfsWindowHeight = 300;
 
 // deprecated! check wfs_default.conf to configure this behaviour
 //var spatialRequestResultToDigitize = 1;
 
-var featuresMustHaveUniqueId = true;
-var openMetadataEditorAfterNewGeometryHasBeenCreated = true;
\ No newline at end of file
+var featuresMustHaveUniqueId = false;
+var openMetadataEditorAfterNewGeometryHasBeenCreated = false;



More information about the Mapbender_commits mailing list