svn commit: r982 - trunk/mapbender/conf/digitize.conf

christoph at osgeo.org christoph at osgeo.org
Mon Dec 11 06:38:56 EST 2006


Author: christoph
Date: 2006-12-11 11:38:56+0000
New Revision: 982

Added:
   trunk/mapbender/conf/digitize.conf

Log:
configuration file for digitizing

Added: trunk/mapbender/conf/digitize.conf
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/conf/digitize.conf?view=auto&rev=982
==============================================================================
--- (empty file)
+++ trunk/mapbender/conf/digitize.conf	2006-12-11 11:38:56+0000
@@ -0,0 +1,24 @@
+var buttonDig_imgdir = "../img/button_digitize/";
+
+var buttonDig_id = new Array("Point","Line","Polygon","dragBasePoint","setBasePoint","delBasePoint");
+var buttonDig_on = new Array(1,1,1,1,1,1);
+var buttonDig_src = new Array("point_off.png","line_off.png","polygon_off.png","move_node_off.png","new_node_off.png","delete_node_off.png");
+var buttonDig_title_off = new Array("add point","add line","add polygon","move basepoint","insert basepoint","delete basepoint");
+var buttonDig_title_on = new Array("finish editing","finish editing","close polygon","move basepoint","insert basepoint","delete basepoint");
+var buttonDig_x = new Array(0,27,54,84,112,139);
+var buttonDig_y = new Array(0,0,0,0,0,0);
+
+var buttonDig_wfs_src = "geomInfo.png";
+var buttonDig_wfs_title = "save / update / delete";
+var buttonDig_remove_src = "geomRemove.png";
+var buttonDig_remove_title = "remove from workspace";
+
+var closePolygon_title = "click the first basepoint to close the polygon";
+
+var dotDistance = 7;
+var geomList_x = 20;
+var geomList_y = 50;
+var linepointColor = "#ffff00";
+var mod_digitize_elName = "digitize";
+var snappingColor = "#ff0000";
+var snappingTolerance = 12;
\ No newline at end of file




More information about the Mapbender_commits mailing list