Template:Digitalisierung - Buttons

From MapbenderWiki

(Redirected from Digitalisierung - Buttons)
Jump to: navigation, search

buttons

The element vars contain all the button information: The following arrays exist:

  • buttonDig_id[i]: the id for a div-tag that will be created to contain the i-th button image.
  • buttonDig_on[i]: if this is "0", the button will not be available for digitizing (default "1").
  • buttonDig_srcDown[i]: the reference (path and filename) to the image that will be displayed if the i-th button is pressed.
  • buttonDig_srcUp[i]: the reference (path and filename) to the image that will be displayed if the i-th button is not pressed.
  • buttonDig_titleDown[i]: the tooltip that will be displayed if the i-th button is pressed.
  • buttonDig_titleUp[i]: the tooltip that will be displayed if the i-th button is not pressed.
  • buttonDig_x[i], buttonDig_y[i]: the position of the i-th button within the digitizing iframe.

The position of the geometry list is set in

  • geomList_x
  • geomList_y

Furthermore, the digitizing module needs to identify buttons for the insertion of points, lines and polygons and basepoint movement, insertion and deletion. The following variables must contain the id of the corresponding button (set in buttonDig_id[i]), if the button is available:

  • button_point
  • button_line
  • button_polygon
  • button_move
  • button_insert
  • button_delete


sql for gui 'gui_digitize':

Personal tools