controlDigitizeDialog

Description

Allow saving a defined point or line geometry without inserting attribute data.  Attribute window is not shown then.  Attribute window can be opened checking the checkbox for attr data.

Files

  • http/plugins/mb_controlDigitizeDialog.js

SQL

 INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment,
 e_title, e_element, e_src, e_attributes, e_left, e_top, e_width,
 e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file,
 e_mb_mod, e_target, e_requires, e_url) VALUES('<app_id>',
 'controlDigitizeDialog',4,1,'this module controls the digitize dialog window',
 '','div','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','div',
'../plugins/mb_controlDigitizeDialog.js','','digitize','','');

 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
 var_value, context, var_type) VALUES('<app_id>', 'controlDigitizeDialog',
 'digitizeWfsConfIdLine', '3',
 'wfs conf id for saving lines without attribute data' ,'var');

 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name,
 var_value, context, var_type) VALUES('<app_id>', 'controlDigitizeDialog',
 'digitizeWfsConfIdPoint', '4',
 'wfs conf id for saving points without attribute data' ,'var');

Help

http://www.mapbender.org/ControlDigitizeDialog.js

Maintainer

http://www.mapbender.org/User:Verena_Diewald

Parameters

digitizeWfsConfIdLinewfs conf id for saving lines without attribute data
digitizeWfsConfIdPointwfs conf id for saving points without attribute data

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Close