HINWEIS: Diese Dokumentation bezieht sich auf eine veraltete PlexMap-Version 0.9. Zur aktuellen Version gelangen Sie HIER.

layers

The layers component provides a hierarchical layers widget. This is currently required by both map and globe to show any layers at all.

widget options define the general behavoir:

initially_collapsed layer-widgets.

You can specify context actions with the layer_actions options:

random_element adds an action to jump to random element in this layer.

zoom adds an action to zoom to the extent of this layer.

standard config:

layers:
    widget:
        initially_collapsed: true

    layer_actions:
        random_element: true
        zoom: true