WMC Editor

Mapbender can save and edit configurations with the WMC Editor. This configurations can be loaded with the element WMC Loader.

You can add WMC Editor to your application. Notice that the editor needs a button to open.

The Editor offers the possibility to create and update configurations. You can save configurations with a title, desciption and upload a screenshot.

Notice: All configurations are pubic at the moment. We want to add access control to this module later in development.

../../../_images/wmc_editor1.png ../../../_images/wmc_editor_21.png

Configuration

../../../_images/wmc_editor_configuration1.png
  • Title: Title of the element. The title will be listed in “Layouts” and allows to distinguish between different buttons. It will be indicated if “Show label” is activated.
  • Tooltip: text to use as tooltip.
  • Target: Id of Map element to query.
  • Accessgroups: define groups that can use the WMC Editor.

YAML-Definition:

title: WMC Editor
tooltip: WMC Editor   # text to use as tooltip
target: map           # name of map element
accessGroups: [0,1]   # define groups that can use the WMC Editor

You need a button to show this element. See Button for inherited configuration options.

Class, Widget & Style

  • Class: Mapbender\WmcBundle\Element\WmcEditor
  • Widget: <Put Widget name here>
  • Style: <Put name of css file here>

HTTP Callbacks

<action>

Opens a dialog with an editor in which configurations can be saved and edited.