GET https://schulung.foss.academy/mapbender/application/mapbender_digitize_demo_db

Security

Token

There is no security token.

Firewall

secured_area Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.main
context secured_area
entry_point security.authenticator.form_login.secured_area
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#533
  -map: Symfony\Component\Security\Http\AccessMap {#532 …}
  -logger: Monolog\Logger {#590 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#514
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#569 …}
  -sessionKey: "_security_secured_area"
  -logger: Monolog\Logger {#590 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#515 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#601 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#600 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#520 …}
}
0.28 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#503
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#502 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#602
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#568 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/user/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#584 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#601 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#495
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#568 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#517 …}
  -map: Symfony\Component\Security\Http\AccessMap {#532 …}
}
0.01 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
4
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
5
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
6
"FOM\UserBundle\Security\Permission\YamlApplicationElementVoter"

Access decision log

# Result Attributes Object
1 GRANTED view
Mapbender\CoreBundle\Entity\Application {#241
  #yamlRoles: null
  #source: 2
  #id: 122
  #title: "Mapbender Digitize Demo"
  #slug: "mapbender_digitize_demo_db"
  #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
  #template: "Mapbender\CoreBundle\Template\Fullscreen"
  #map_engine_code: "current"
  #persistentView: false
  #splashscreen: true
  #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
  #elements: Doctrine\ORM\PersistentCollection {#291 …}
  #layersets: Doctrine\ORM\PersistentCollection {#329 …}
  #screenshot: null
  #extra_assets: null
  #updated: DateTime @1743509757 {#243
    date: 2025-04-01 12:15:57.0 UTC (+00:00)
  }
  #custom_css: """
    //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
    //--------------------------------------------------------------patterns\r\n
    /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
    $imageBasePath: $rootPath + "image";\r\n
    $iconBasePath: $rootPath + "fonts";\r\n
    */\r\n
    \r\n
    //------------------------------------------------------------------font\r\n
    $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
    $fontSize:13px;\r\n
    \r\n
    // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
    $textColor: #002647;\r\n
    $backgroundColor: #f4f4f4;\r\n
    $panelBorderColor: #002647;\r\n
    \r\n
    //-----------------------------------------------------------------other\r\n
    $space: 30px;\r\n
    $radius: 3px;\r\n
    $popupModalWidth: 1000px;\r\n
    $desktopBreakpointWidth: 1200px;\r\n
    \r\n
    //----------------------------------------------------------------colors\r\n
    $firstColor:#002647; // dark gray\r\n
    $errorColor:#ff0000; // pink\r\n
    \r\n
    $lightFontColor:#ffffff; // white\r\n
    \r\n
    // Toolbar colors (frontend)\r\n
    $toolBarFontColor: #002647; //lila\r\n
    $toolBarBackgroundColor: $backgroundColor;\r\n
    $toolBarOpacity: 1;\r\n
    // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
    $toolBarButtonDefaultOpacity: 1;\r\n
    $toolBarButtonHoverOpacity: 0.8;\r\n
    $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
    \r\n
    // the holy colors\r\n
    $ciColor:#002647; // blue\r\n
    \r\n
    // Button colors\r\n
    $buttonCriticalFirstColor: #d36565; //red\r\n
    $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
    $buttonFirstColor: $firstColor;\r\n
    $buttonSecondColor: #ff00ff;\r\n
    $buttonTextColor: $lightFontColor;\r\n
    $buttonBorderColor: $firstColor;\r\n
    $buttonHoverColor: lighten($firstColor,40%);\r\n
    $buttonHoverTextColor: $buttonTextColor;\r\n
    $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
    $buttonActiveTextColor: $buttonTextColor;\r\n
    \r\n
    $buttonCriticalTextColor: $lightFontColor;\r\n
    $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
    $buttonCriticalBorderColor: #9f3434;\r\n
    $buttonCriticalHoverColor: #cd5151;\r\n
    \r\n
    // Button sizing\r\n
    $buttonFontSize: 100%;\r\n
    \r\n
    // Form inputs\r\n
    $inputBackgroundColor: #d2f8f4;\r\n
    $inputForegroundColor: #168B7F;\r\n
    \r\n
    $sliderHandleBackgroundColor: $ciColor;\r\n
    \r\n
    $accordionFontSize: 100%;\r\n
    $accordionBackgroundColor: lighten($firstColor,20%);\r\n
    $accordionTextColor: $lightFontColor;\r\n
    $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
    $accordionActiveTextColor: $accordionTextColor;\r\n
    $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
    \r\n
    // Header buttons in type "buttons" sidepane\r\n
    $sidepaneButtonFontSize: $buttonFontSize;\r\n
    $sidepaneButtonTextColor: $buttonTextColor;\r\n
    $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
    $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
    $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
    $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
    $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
    """
  #publicOptions: []
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
2 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1036
  #id: 3204
  #title: "mb.core.map.class.title"
  #class: "Mapbender\CoreBundle\Element\Map"
  #configuration: [
    "layersets" => [
      405
    ]
    "srs" => "EPSG:25832"
    "otherSrs" => [
      "EPSG:25833"
      "EPSG:31466"
      "EPSG:31467"
      "EPSG:3857"
      "EPSG:4326"
    ]
    "base_dpi" => 96
    "tileSize" => 512
    "extent_max" => [
      -500000
      4350000
      1600000
      6850000
    ]
    "extent_start" => [
      361000
      5619000
      371150
      5625000
    ]
    "scales" => [
      5000000
      1000000
      500000
      100000
      50000
      25000
      10000
      7500
      5000
      2500
      1000
      500
      250
      100
      50
    ]
    "fixedZoomSteps" => false
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 0
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
3 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1037
  #id: 3221
  #title: "mb.core.activityindicator.class.title"
  #class: "Mapbender\CoreBundle\Element\ActivityIndicator"
  #configuration: [
    "tooltip" => "mb.core.activityindicator.class.title"
    "activityClass" => "mb-activity"
    "ajaxActivityClass" => "mb-activity-ajax"
    "tileActivityClass" => "mb-activity-tile"
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 0
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
4 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1035
  #id: 3203
  #title: "HTML About Mapbender"
  #class: "Mapbender\CoreBundle\Element\HTMLElement"
  #configuration: [
    "classes" => "html-element-inline"
    "content" => "{{ application.title }}"
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "toolbar"
  #enabled: true
  #weight: 0
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
5 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1034
  #id: 3205
  #title: "mb.core.zoombar.class.title"
  #class: "Mapbender\CoreBundle\Element\ZoomBar"
  #configuration: [
    "components" => [
      "rotation"
      "zoom_max"
      "zoom_in_out"
      "zoom_slider"
      "zoom_home"
    ]
    "anchor" => "right-top"
    "draggable" => false
    "zoomHomeRestoresLayers" => false
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 1
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
6 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1016
  #id: 3211
  #title: "mb.core.ruler.tag.line"
  #class: "Mapbender\CoreBundle\Element\Ruler"
  #configuration: [
    "type" => "line"
    "help" => "mb.core.ruler.help"
    "precision" => "auto"
    "fillColor" => "rgba(255,255,255,0.2)"
    "strokeColor" => "#3399CC"
    "strokeWidth" => 2
    "strokeWidthWhileDrawing" => 3
    "fontColor" => "#000000"
    "fontSize" => 12
    "tooltip" => "ruler"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 7
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
7 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1033
  #id: 6005
  #title: "mb.core.ruler.tag.line"
  #class: "Mapbender\CoreBundle\Element\ControlButton"
  #configuration: [
    "label" => true
    "tooltip" => null
    "icon" => "icon-area-ruler"
    "group" => null
    "target" => 3211
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "toolbar"
  #enabled: true
  #weight: 1
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
8 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1032
  #id: 3222
  #title: "mb.core.coordinates.class.title"
  #class: "Mapbender\CoreBundle\Element\CoordinatesDisplay"
  #configuration: [
    "anchor" => "right-bottom"
    "label" => false
    "numDigits" => 2
    "empty" => "x: - y: -"
    "prefix" => "x: "
    "separator" => " y: "
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 1
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
9 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1031
  #id: 3218
  #title: "mb.core.layertree.class.title"
  #class: "Mapbender\CoreBundle\Element\Layertree"
  #configuration: [
    "autoOpen" => false
    "showBaseSource" => true
    "hideInfo" => false
    "menu" => [
      "opacity"
      "zoomtolayer"
      "metadata"
      "dimension"
    ]
    "useTheme" => false
    "allowReorder" => true
    "themes" => [
      [
        "opened" => false
        "useTheme" => true
        "id" => 405
        "title" => "main"
      ]
    ]
    "target" => 3204
    "type" => "element"
    "layerRemove" => true
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 1
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
10 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1030
  #id: 3219
  #title: "mb.core.sketch.class.title"
  #class: "Mapbender\CoreBundle\Element\Sketch"
  #configuration: [
    "autoOpen" => false
    "deactivate_on_close" => true
    "geometrytypes" => [
      "point"
      "line"
      "polygon"
      "rectangle"
      "circle"
    ]
    "colors" => [
      "#ff3333"
      "#3333ff"
      "#44ee44"
    ]
    "allow_custom_color" => true
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 2
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
11 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1029
  #id: 3210
  #title: "mb.core.printclient.class.title"
  #class: "Mapbender\PrintBundle\Element\PrintClient"
  #configuration: [
    "templates" => [
      [
        "template" => "a4_portrait_offical"
        "label" => "A4 Portrait (official)"
      ]
      [
        "template" => "a4_landscape_offical"
        "label" => "A4 Landscape (official)"
      ]
      [
        "template" => "a4portrait"
        "label" => "A4 Portrait"
      ]
      [
        "template" => "a4landscape"
        "label" => "A4 Landscape"
      ]
      [
        "template" => "a3portrait"
        "label" => "A3 Portrait"
      ]
      [
        "template" => "a3landscape"
        "label" => "A3 Landscape"
      ]
      [
        "template" => "a4_portrait_official_feature_data_demo"
        "label" => "A4 Print with Feature Data"
      ]
    ]
    "scales" => [
      500
      1000
      5000
      10000
      25000
      50000
    ]
    "quality_levels" => [
      [
        "dpi" => 72
        "label" => "Draft (72dpi)"
      ]
      [
        "dpi" => 288
        "label" => "Document (288dpi)"
      ]
    ]
    "rotatable" => true
    "legend" => true
    "legend_default_behaviour" => false
    "optional_fields" => [
      "title" => [
        "label" => "Title"
        "options" => [
          "required" => true
        ]
      ]
    ]
    "required_fields_first" => false
    "replace_pattern" => null
    "file_prefix" => "mapbender"
    "renderMode" => "direct"
    "queueAccess" => "global"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 2
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
12 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1028
  #id: 3223
  #title: "mb.core.srsselector.class.title"
  #class: "Mapbender\CoreBundle\Element\SrsSelector"
  #configuration: [
    "tooltip" => "mb.core.srsselector.class.description"
    "label" => false
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 2
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
13 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1027
  #id: 3220
  #title: "mb.core.searchrouter.class.title"
  #class: "Mapbender\CoreBundle\Element\SearchRouter"
  #configuration: [
    "width" => 700
    "height" => 500
    "routes" => [
      [
        "class" => "Mapbender\CoreBundle\Component\SQLSearchEngine"
        "class_options" => [
          "connection" => "geodata_db"
          "relation" => "brd.qry_gn250_p_ortslage"
          "attributes" => [
            "gid"
            "name"
            "gemeinde"
            "hoehe_ger"
          ]
          "geometry_attribute" => "geom"
        ]
        "form" => [
          "name" => [
            "type" => "text"
            "options" => [
              "required" => false
              "label" => "Name"
              "attr" => [
                "data-autocomplete" => "on"
              ]
            ]
            "compare" => "ilike"
          ]
          "gemeinde" => [
            "type" => "text"
            "options" => [
              "label" => "Commune"
              "required" => false
            ]
            "compare" => "ilike"
          ]
        ]
        "results" => [
          "view" => "table"
          "count" => true
          "headers" => [
            "name" => "Name"
            "gemeinde" => "Commune"
            "hoehe_ger" => "Height"
          ]
          "callback" => [
            "event" => "click"
            "options" => [
              "buffer" => 1000
              "minScale" => null
              "maxScale" => null
            ]
          ]
          "styleMap" => [
            "default" => [
              "strokeColor" => "#8000FF"
              "strokeWidth" => 1
              "strokeOpacity" => 1
              "fillColor" => "#8000FF"
              "fillOpacity" => 0.8
              "fillWidth" => 6
            ]
            "select" => [
              "strokeColor" => "#ff00ff"
              "strokeWidth" => 2
              "strokeOpacity" => 1
              "fillColor" => "#ff00ff"
              "fillOpacity" => 0.6
              "fillWidth" => 12
            ]
            "temporary" => [
              "strokeColor" => "#00FFFF"
              "strokeOpacity" => 1
              "strokeWidth" => 2
              "fillColor" => "#00FFFF"
              "fillWidth" => 6
              "fillOpacity" => 0.6
            ]
          ]
        ]
        "title" => "Suche"
      ]
      [
        "class" => "Mapbender\CoreBundle\Component\SQLSearchEngine"
        "class_options" => [
          "connection" => "geodata_db"
          "relation" => "brd.qry_gn250_p_ortslage"
          "attributes" => [
            "gid"
            "name"
            "gemeinde"
            "hoehe_ger"
            "bundesland"
          ]
          "geometry_attribute" => "geom"
        ]
        "form" => [
          "bundesland" => [
            "type" => "choice"
            "options" => [
              "required" => false
              "label" => "Bundesland"
              "placeholder" => "Please select..."
              "choices" => [
                "Nordrhein-Westfalen" => "Nordrhein-Westfalen"
                "Niedersachsen" => "Niedersachsen"
              ]
            ]
          ]
          "gemeinde" => [
            "type" => "text"
            "options" => [
              "label" => "Gemeinde"
              "required" => false
              "attr" => [
                "data-autocomplete" => "on"
                "data-autocomplete-using" => "name, bundesland"
              ]
            ]
            "compare" => "exact"
          ]
          "name" => [
            "type" => "text"
            "options" => [
              "required" => false
              "label" => "Name"
              "attr" => [
                "data-autocomplete" => "on"
                "ata-autocomplete-using" => "gemeinde,bundesland"
              ]
            ]
            "compare" => "ilike"
          ]
        ]
        "results" => [
          "view" => "table"
          "count" => true
          "exportcsv" => true
          "sortBy" => "name"
          "sortOrder" => "asc"
          "zoomToResultExtent" => true
          "headers" => [
            "name" => "Name"
            "gemeinde" => "Gemeinde"
            "hoehe_ger" => "Höhe"
            "bundesland" => "Bundesland"
          ]
          "callback" => [
            "event" => "click"
            "options" => [
              "buffer" => 1000
              "minScale" => null
              "maxScale" => null
            ]
          ]
          "styleMap" => [
            "default" => [
              "strokeColor" => "#8000FF"
              "strokeWidth" => 1
              "strokeOpacity" => 1
              "fillColor" => "#8000FF"
              "fillOpacity" => 0.8
              "fillWidth" => 6
              "label" => "${name}"
              "fontColor" => "#0000ff"
              "fontSize" => "14px"
              "fontFamily" => "Arial, Courier New, monospace"
              "labelOutlineColor" => "#ffffff"
              "labelOutlineWidth" => 1
              "fontOffsetX" => -18
              "fontOffsetY" => -18
            ]
            "select" => [
              "strokeColor" => "#ff00ff"
              "strokeWidth" => 2
              "strokeOpacity" => 1
              "fillColor" => "#ff0000"
              "fillOpacity" => 0.6
              "fillWidth" => 12
              "label" => "${name}"
              "fontColor" => "#0000ff"
              "fontSize" => "14px"
              "fontFamily" => "Arial, Courier New, monospace"
              "labelOutlineColor" => "#ffffff"
              "labelOutlineWidth" => 1
              "fontOffsetX" => -18
              "fontOffsetY" => -18
            ]
            "temporary" => [
              "strokeColor" => "#00FFFF"
              "strokeOpacity" => 1
              "strokeWidth" => 2
              "fillColor" => "#00FFFF"
              "fillWidth" => 6
              "fillOpacity" => 0.6
              "label" => "${name} - ${gemende}"
              "fontColor" => "#ff0000"
              "fontSize" => "20px"
              "fontFamily" => "Arial, Courier New, monospace"
              "fontWeight" => "bold"
              "labelOutlineColor" => "#ffffff"
              "labelOutlineWidth" => 1
              "fontOffsetX" => -18
              "fontOffsetY" => -18
            ]
          ]
        ]
        "title" => "Suche NRW und Niedersachsen"
      ]
    ]
    "target" => 3204
    "timeoutFactor" => 3
    "asDialog" => false
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 3
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
14 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1026
  #id: 3206
  #title: "mb.core.legend.class.title"
  #class: "Mapbender\CoreBundle\Element\Legend"
  #configuration: [
    "autoOpen" => false
    "showSourceTitle" => true
    "showLayerTitle" => true
    "showGroupedLayerTitle" => true
    "target" => 3204
    "elementType" => "dialog"
    "displayType" => "list"
    "showWmsTitle" => true
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 3
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
15 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1025
  #id: 3224
  #title: "mb.core.scaleselector.class.title"
  #class: "Mapbender\CoreBundle\Element\ScaleSelector"
  #configuration: [
    "label" => false
    "tooltip" => "mb.core.scaleselector.class.description"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 3
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
16 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1024
  #id: 3225
  #title: "mb.core.applicationSwitcher.class.title"
  #class: "Mapbender\CoreBundle\Element\ApplicationSwitcher"
  #configuration: [
    "open_in_new_tab" => false
    "applications" => [
      "mapbender_user_yml"
      "mapbender_user_basic_yml"
    ]
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 4
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
17 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1023
  #id: 3207
  #title: "mb.core.featureinfo.class.title"
  #class: "Mapbender\CoreBundle\Element\FeatureInfo"
  #configuration: [
    "autoActivate" => false
    "deactivateOnClose" => false
    "printResult" => true
    "onlyValid" => true
    "displayType" => "tabs"
    "width" => 500
    "height" => 500
    "maxCount" => 100
    "highlighting" => false
    "fillColorDefault" => "rgba(255,165,0,0.4)"
    "fillColorHover" => "rgba(255,0,0,0.7)"
    "strokeColorDefault" => "rgba(255,68,102,0.4)"
    "strokeColorHover" => "rgba(255,0,0,0.7)"
    "strokeWidthDefault" => 1
    "strokeWidthHover" => 3
    "target" => 3204
    "type" => "dialog"
    "fontColorDefault" => "#000000"
    "fontColorHover" => "#000000"
    "fontSizeDefault" => 12
    "fontSizeHover" => 12
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 4
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
18 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1022
  #id: 3675
  #title: "Digitizer permanent"
  #class: "Mapbender\DigitizerBundle\Element\Digitizer"
  #configuration: [
    "schemes" => [
      "polygon_permanent" => [
        "label" => "polygon digitizing permanent"
        "maxResults" => 1500
        "featureType" => [
          "connection" => "geodata_db"
          "table" => "polygons"
          "uniqueId" => "gid"
          "geomType" => "polygon"
          "geomField" => "geom"
          "srid" => 4326
          "styleField" => "style"
        ]
        "allowDelete" => true
        "allowCustomStyle" => true
        "allowCancelButton" => true
        "allowDeleteByCancelNewGeometry" => false
        "allowCreate" => false
        "allowDigitize" => false
        "displayPermanent" => true
        "displayOnInactive" => true
        "toolset" => []
        "popup" => [
          "title" => "polygon test suite"
          "width" => "500px"
        ]
        "searchType" => "currentExtent"
        "tableFields" => [
          "gid" => [
            "label" => "Nr."
            "width" => "20%"
          ]
          "name" => [
            "label" => "Name"
            "width" => "80%"
          ]
        ]
        "formItems" => [
          [
            "type" => "label"
            "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
          ]
          [
            "type" => "input"
            "title" => "Name"
            "mandatory" => true
            "name" => "name"
            "mandatoryText" => "Please give a name to the new object."
            "infoText" => "Help: Please give a name to the new object."
          ]
          [
            "type" => "select"
            "title" => "Type"
            "name" => "type"
            "mandatoryText" => "Please give a type to the new object."
            "infoText" => "Help: Please give a type to the new object."
            "options" => [
              "A" => "A"
              "B" => "B"
              "C" => "C"
              "D" => "D"
              "E" => "E"
            ]
          ]
        ]
        "styles" => [
          "default" => [
            "strokeWidth" => 5
            "strokeColor" => "#d10ab0"
            "fillColor" => "#00ff00"
            "fillOpacity" => 1
            "fillWidth" => 2
            "pointRadius" => 10
          ]
          "select" => [
            "strokeWidth" => 5
            "strokeColor" => "#00ffff"
            "fillOpacity" => 0.7
            "pointRadius" => 10
          ]
        ]
      ]
      "polygon2" => [
        "label" => "polygon digitizing 2"
        "maxResults" => 1500
        "featureType" => [
          "connection" => "geodata_db"
          "table" => "polygons"
          "uniqueId" => "gid"
          "geomType" => "polygon"
          "geomField" => "geom"
          "srid" => 4326
          "styleField" => "style"
        ]
        "allowDelete" => true
        "allowCustomStyle" => true
        "allowCancelButton" => true
        "allowDeleteByCancelNewGeometry" => false
        "toolset" => [
          [
            "type" => "moveFeature"
          ]
        ]
        "popup" => [
          "title" => "polygon test suite"
          "width" => "500px"
        ]
        "searchType" => "currentExtent"
        "tableFields" => [
          "gid" => [
            "label" => "Nr."
            "width" => "20%"
          ]
          "name" => [
            "label" => "Name"
            "width" => "80%"
          ]
        ]
        "formItems" => [
          [
            "type" => "label"
            "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
          ]
          [
            "type" => "input"
            "title" => "Name"
            "mandatory" => true
            "name" => "name"
            "mandatoryText" => "Please give a name to the new object."
            "infoText" => "Help: Please give a name to the new object."
          ]
          [
            "type" => "select"
            "title" => "Type"
            "name" => "type"
            "mandatoryText" => "Please give a type to the new object."
            "infoText" => "Help: Please give a type to the new object."
            "options" => [
              "A" => "A"
              "B" => "B"
              "C" => "C"
              "D" => "D"
              "E" => "E"
            ]
          ]
        ]
      ]
    ]
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 4
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
19 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1021
  #id: 3208
  #title: "mb.wms.wmsloader.class.title"
  #class: "Mapbender\WmsBundle\Element\WmsLoader"
  #configuration: [
    "autoOpen" => false
    "defaultFormat" => "image/png"
    "defaultInfoFormat" => "text/html"
    "splitLayers" => false
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 5
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
20 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1020
  #id: 3836
  #title: "mb.core.dataupload.class.title"
  #class: "Mapbender\CoreBundle\Element\DataUpload"
  #configuration: [
    "maxFileSize" => 10
    "helpText" => "mb.core.dataupload.admin.helpText"
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 5
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
21 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1019
  #id: 3226
  #title: "HTML-powered by Mapbender"
  #class: "Mapbender\CoreBundle\Element\HTMLElement"
  #configuration: [
    "classes" => "html-element-inline"
    "content" => "<span style="color: #6FB536; font-weight:bold">powered by Mapbender</span>"
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "footer"
  #enabled: true
  #weight: 5
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
22 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1018
  #id: 3861
  #title: "mb.digitizer.class.title"
  #class: "Mapbender\DigitizerBundle\Element\Digitizer"
  #configuration: [
    "schemes" => [
      "poiaa" => [
        "label" => "point digitizing"
        "maxResults" => 500
        "zoomBuffer" => 100
        "featureType" => [
          "connection" => "geodata_db"
          "table" => "poi"
          "uniqueId" => "gid"
          "geomType" => "point"
          "geomField" => "geom"
          "srid" => 4326
          "filter" => null
          "styleField" => "style"
        ]
        "allowCustomStyle" => true
        "allowChangeVisibility" => true
        "allowCreate" => true
        "allowDelete" => true
        "allowDigitize" => true
        "allowEditData" => true
        "allowRefresh" => true
        "continueDrawingAfterSave" => true
        "displayPermanent" => true
        "displayOnInactive" => true
        "refreshLayersAfterFeatureSave" => [
          "mapbender_users"
        ]
        "inlineSearch" => true
        "searchType" => "currentExtent"
        "paging" => true
        "pageLength" => 5
        "printable" => true
        "copy" => [
          "enable" => true
          "overwriteValuesWithDefault" => true
          "data" => [
            "firstname" => "Paul"
            "lastname" => "Meier"
          ]
        ]
        "toolset" => [
          [
            "type" => "drawPoint"
          ]
          [
            "type" => "moveFeature"
          ]
          [
            "type" => "selectFeature"
          ]
        ]
        "popup" => [
          "title" => "point test suite"
          "width" => "500px"
        ]
        "styles" => [
          "default" => [
            "strokeWidth" => 3
            "strokeColor" => "#00ff00"
            "fillColor" => "${fill_color}"
            "fillOpacity" => 0.9
            "strokeOpacity" => 0.8
            "pointRadius" => 10
            "label" => "${name}"
            "fontColor" => "black"
            "fontSize" => 12
            "fontFamily" => "Arial, Courier New, monospace"
            "fontWeight" => "bold"
            "labelOutlineColor" => "yellow"
            "labelOutlineWidth" => 1
            "labelYOffset" => -18
            "labelXOffset" => -18
            "graphic" => true
            "externalGraphic" => "https://schulung.foss.academy/symbols/${symbol}.png"
            "graphicWidth" => 30
            "graphicHeight" => 30
          ]
          "select" => [
            "strokeWidth" => 3
            "strokeColor" => "#00ffff"
            "fillColor" => "#FF00ff"
            "fillOpacity" => 0.5
            "pointRadius" => 6
            "label" => "${gid}"
            "fontColor" => "green"
            "fontSize" => 18
            "labelOutlineColor" => "blue"
            "labelOutlineWidth" => 2
            "labelYOffset" => 18
            "labelXOffset" => -18
          ]
          "unsaved" => [
            "strokeWidth" => 3
            "strokeColor" => "#f0f0f0"
            "fillColor" => "#ffffff"
            "fillOpacity" => 0.5
            "pointRadius" => 6
            "label" => "Please save"
            "fontColor" => "red"
            "fontSize" => 18
            "labelOutlineColor" => null
            "labelOutlineWidth" => 3
            "labelYOffset" => -18
            "labelXOffset" => 18
          ]
        ]
        "tableFields" => [
          "gid" => [
            "label" => "Nr."
            "width" => "20%"
          ]
          "name" => [
            "label" => "Name"
            "width" => "80%"
          ]
        ]
        "formItems" => [
          [
            "type" => "tabs"
            "children" => [
              [
                "title" => "1. Basic information"
                "css" => [
                  "padding" => "10px"
                ]
                "children" => [
                  [
                    "type" => "label"
                    "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
                  ]
                  [
                    "type" => "html"
                    "html" => "<b>Read more at the </b><a href="https://mapbender.org" target="_blank">Mapbender-Website</a></br>"
                  ]
                  [
                    "type" => "text"
                    "title" => "user_name"
                    "text" => "data.user_name"
                  ]
                  [
                    "type" => "input"
                    "title" => "Name"
                    "name" => "name"
                    "copyClipboard" => true
                    "infoText" => "Info: Please give a name to the new object."
                    "mandatoryText" => "Mandatory Field: Please give a name to the poi."
                    "required" => true
                    "css" => [
                      "color" => "green"
                    ]
                    "attr" => [
                      "placeholder" => "Please give a name to the poi."
                    ]
                  ]
                  [
                    "type" => "input"
                    "title" => "Title"
                    "reuqired" => false
                    "name" => "title"
                  ]
                  [
                    "type" => "textArea"
                    "name" => "abstract"
                    "title" => "Abstract"
                    "mandatoryText" => "This field is mandatory"
                    "required" => true
                    "attr" => [
                      "placeholder" => "Please write an abstract"
                      "rows" => 3
                    ]
                  ]
                  [
                    "type" => "select"
                    "select2" => true
                    "title" => "Type"
                    "name" => "type"
                    "infoText" => "Help: Please choose a type."
                    "mandatoryText" => "Please give a name to the new object."
                    "required" => true
                    "maximumSelectionLength" => 2
                    "attr" => [
                      "multiple" => true
                    ]
                    "options" => [
                      [
                        "label" => "Please select a type..."
                        "value" => ""
                      ]
                    ]
                    "connection" => "geodata_db"
                    "sql" => "SELECT type_name, type_id FROM types ORDER BY type_id ASC;"
                  ]
                  [
                    "type" => "breakLine"
                  ]
                  [
                    "type" => "text"
                    "title" => "Mapbender user/group"
                    "text" => "'user: ' + data.user_name + ' group:' + data.group_name\n"
                  ]
                  [
                    "type" => "radioGroup"
                    "title" => "Radiobuttons - Choose one"
                    "name" => "category"
                    "options" => [
                      [
                        "label" => "Category 1"
                        "value" => "c1"
                      ]
                      [
                        "label" => "Category 2"
                        "value" => "c2"
                      ]
                      [
                        "label" => "Category 3"
                        "value" => "c3"
                      ]
                    ]
                    "value" => "c2"
                  ]
                ]
              ]
              [
                "title" => "2. Personal information"
                "css" => [
                  "padding" => "10px"
                ]
                "children" => [
                  [
                    "type" => "label"
                    "title" => "Please give us some information about yourself."
                  ]
                  [
                    "type" => "fieldSet"
                    "children" => [
                      [
                        "type" => "input"
                        "title" => "Firstname"
                        "name" => "firstname"
                        "css" => [
                          "width" => "30%"
                        ]
                      ]
                      [
                        "type" => "input"
                        "title" => "Lastname"
                        "name" => "lastname"
                        "css" => [
                          "width" => "30%"
                        ]
                      ]
                      [
                        "type" => "input"
                        "title" => "E-Mail"
                        "name" => "email"
                        "css" => [
                          "width" => "40%"
                        ]
                      ]
                    ]
                  ]
                  [
                    "type" => "select"
                    "multiple" => false
                    "title" => "Interests"
                    "name" => "interests"
                    "options" => [
                      "maps" => "maps"
                      "reading" => "reading"
                      "swimming" => "swimming"
                      "dancing" => "dancing"
                      "beer" => "beer"
                      "flowers" => "flowers"
                    ]
                  ]
                  [
                    "type" => "fieldSet"
                    "children" => [
                      [
                        "type" => "date"
                        "title" => "favorite Date"
                        "name" => "date_favorite"
                        "attr" => [
                          "min" => "2020-01-01"
                          "max" => "2030-01-01"
                        ]
                        "css" => [
                          "width" => "25%"
                        ]
                        "change" => """
                          var inputField = el;\n
                          var form = inputField.closest(".data-manager-edit-data");\n
                          var yearField = form.find("[name='year']");\n
                          var value = inputField.val()\n
                          var year = value && value.match(/^\d{4}/)[0] || null;\n
                          yearField.val(year);\n
                          yearField.css("background-color","#ffc0c0");\n
                          """
                      ]
                      [
                        "type" => "input"
                        "title" => "Year"
                        "name" => "year"
                        "css" => [
                          "width" => "25%"
                        ]
                      ]
                      [
                        "type" => "colorPicker"
                        "title" => "Fill Color - used for default style"
                        "name" => "fill_color"
                        "value" => "#ff00ff"
                      ]
                    ]
                  ]
                  [
                    "type" => "breakLine"
                  ]
                  [
                    "type" => "fieldSet"
                    "children" => [
                      [
                        "type" => "checkbox"
                        "title" => "public (this new object is public)"
                        "name" => "public"
                        "value" => true
                        "css" => [
                          "width" => "50%"
                        ]
                      ]
                      [
                        "type" => "text"
                        "text" => "'Status checkbox: ' + data.public\n"
                        "css" => [
                          "width" => "50%"
                        ]
                      ]
                    ]
                  ]
                  [
                    "type" => "file"
                    "name" => "file_reference"
                    "title" => "upload a file"
                    "text" => "File upload"
                    "attr" => [
                      "accept" => "image/png"
                    ]
                  ]
                  [
                    "type" => "image"
                    "name" => "file_reference"
                    "enlargeImage" => true
                    "imageCss" => [
                      "width" => "200px"
                    ]
                  ]
                ]
              ]
            ]
          ]
        ]
      ]
      "lineaa" => [
        "label" => "line digitizing"
        "maxResults" => 1500
        "featureType" => [
          "connection" => "geodata_db"
          "table" => "lines"
          "uniqueId" => "gid"
          "geomType" => "line"
          "geomField" => "geom"
          "srid" => 4326
          "filter" => "st_isempty(geom) = false AND st_intersects(geom,st_geomfromtext('POLYGON((7.078768115095284 50.718742549359874,7.108512203024121 50.71922903890011,7.10792188122481 50.733883032109,7.078168524167035 50.733396290239824,7.078768115095284 50.718742549359874))',4326))"
          "styleField" => "style"
        ]
        "allowDigitize" => true
        "allowEditData" => true
        "allowDelete" => true
        "allowCustomStyle" => true
        "toolset" => [
          [
            "type" => "drawLine"
          ]
          [
            "type" => "modifyFeature"
          ]
          [
            "type" => "moveFeature"
          ]
        ]
        "popup" => [
          "title" => "line test suite"
          "width" => "500px"
        ]
        "searchType" => "currentExtent"
        "styles" => [
          "default" => [
            "strokeWidth" => 2
            "strokeColor" => "#0000ff"
            "strokeOpacity" => 0.6
            "label" => "${name}"
            "fontColor" => "#0000ff"
            "fontSize" => 18
            "fontFamily" => "Arial, Courier New, monospace"
            "fontWeight" => "bold"
            "labelOutlineColor" => "white"
            "labelOutlineWidth" => 1
            "labelYOffset" => -18
            "labelXOffset" => -18
          ]
          "select" => [
            "strokeWidth" => 5
            "strokeOpacity" => 0.5
            "strokeColor" => "#b000b0"
            "label" => "${gid}"
            "fontColor" => "blue"
            "fontSize" => 18
          ]
          "unsaved" => [
            "strokeWidth" => 5
            "strokeColor" => "#ff0000"
            "label" => "Neu - bitte speichern"
            "fontColor" => "red"
            "fontSize" => 18
          ]
        ]
        "tableFields" => [
          "gid" => [
            "label" => "Nr."
            "width" => "20%"
          ]
          "name" => [
            "label" => "Name"
            "width" => "80%"
          ]
        ]
        "formItems" => [
          [
            "type" => "p"
            "text" => "This is an introductory paragraph."
          ]
          [
            "type" => "div"
            "cssClass" => "row"
            "css" => [
              "padding" => "10px"
            ]
            "children" => [
              [
                "type" => "input"
                "title" => "Input in left column"
                "name" => "firstname"
                "attr" => [
                  "placeholder" => "Please add first name"
                ]
                "cssClass" => "col-xs-4 col-4"
              ]
              [
                "type" => "input"
                "title" => "Input in middle column"
                "name" => "lastname"
                "cssClass" => "col-xs-4 col-4"
              ]
              [
                "type" => "input"
                "name" => "email"
                "title" => "Input in right column"
                "cssClass" => "col-xs-4 col-4"
              ]
            ]
          ]
          [
            "type" => "tabs"
            "children" => [
              [
                "title" => "Tab 1"
                "children" => [
                  [
                    "type" => "label"
                    "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
                  ]
                ]
              ]
              [
                "title" => "Tab 2"
                "children" => [
                  [
                    "type" => "label"
                    "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
                  ]
                  [
                    "type" => "input"
                    "title" => "Name"
                    "name" => "name"
                    "mandatory" => true
                    "mandatoryText" => "Please give a name to the new object."
                    "infoText" => "Help: Please give a name to the new object."
                  ]
                  [
                    "type" => "select"
                    "title" => "Type"
                    "name" => "type"
                    "infoText" => "Help: Please choose a type..."
                    "required" => true
                    "options" => [
                      [
                        "label" => "Please select a type..."
                        "value" => ""
                      ]
                      [
                        "label" => "Type A"
                        "value" => "A"
                      ]
                      [
                        "label" => "Type B"
                        "value" => "B"
                      ]
                      [
                        "label" => "Type C"
                        "value" => "C"
                      ]
                      [
                        "label" => "Type D"
                        "value" => "D"
                      ]
                      [
                        "label" => "Type E"
                        "value" => "E"
                      ]
                    ]
                  ]
                ]
              ]
              [
                "title" => "Tab 3"
                "children" => [
                  [
                    "type" => "file"
                    "name" => "file_reference"
                    "title" => "upload a file"
                    "attr" => [
                      "accept" => "image/*"
                    ]
                  ]
                  [
                    "type" => "image"
                    "name" => "file_reference"
                    "src" => "./uploads/mapbender_user/screenshot.png"
                  ]
                ]
              ]
            ]
          ]
        ]
      ]
      "polygonaa" => [
        "label" => "polygon digitizing"
        "maxResults" => 1500
        "featureType" => [
          "connection" => "geodata_db"
          "table" => "polygons"
          "uniqueId" => "gid"
          "geomType" => "polygon"
          "geomField" => "geom"
          "srid" => 4326
          "styleField" => "style"
        ]
        "allowDelete" => true
        "allowCustomStyle" => true
        "allowCancelButton" => true
        "allowDeleteByCancelNewGeometry" => false
        "toolset" => [
          [
            "type" => "drawPolygon"
          ]
          [
            "type" => "drawRectangle"
          ]
          [
            "type" => "drawDonut"
          ]
          [
            "type" => "drawEllipse"
          ]
          [
            "type" => "drawCircle"
          ]
          [
            "type" => "modifyFeature"
          ]
          [
            "type" => "moveFeature"
          ]
        ]
        "popup" => [
          "title" => "polygon test suite"
          "width" => "500px"
        ]
        "searchType" => "currentExtent"
        "pageLength" => 10
        "tableFields" => [
          "gid" => [
            "label" => "Nr."
            "width" => "20%"
          ]
          "name" => [
            "label" => "Name"
            "width" => "80%"
          ]
        ]
        "styles" => [
          "default" => [
            "strokeWidth" => 2
            "strokeColor" => "#0000ff"
            "strokeOpacity" => 0.6
            "label" => "${name}"
            "fontColor" => "#0000ff"
            "fontSize" => 18
            "fontFamily" => "Arial, Courier New, monospace"
            "fontWeight" => "bold"
            "labelOutlineColor" => "white"
            "labelOutlineWidth" => 1
            "labelYOffset" => -18
            "labelXOffset" => -18
          ]
          "select" => [
            "strokeWidth" => 5
            "strokeOpacity" => 0.5
            "strokeColor" => "#b000b0"
            "label" => "${gid}"
            "fontColor" => "blue"
            "fontSize" => 18
          ]
          "unsaved" => [
            "strokeWidth" => 5
            "strokeColor" => "#ff0000"
            "label" => "Neu - bitte speichern"
            "fontColor" => "red"
            "fontSize" => 18
          ]
        ]
        "formItems" => [
          [
            "type" => "label"
            "title" => "Welcome to the digitize demo. Try the new Mapbender feature!"
          ]
          [
            "type" => "input"
            "title" => "Name"
            "mandatory" => true
            "name" => "name"
            "mandatoryText" => "Please give a name to the new object."
            "infoText" => "Help: Please give a name to the new object."
          ]
          [
            "type" => "select"
            "title" => "Type"
            "name" => "type"
            "infoText" => "Help: Please give a type to the new object."
            "required" => true
            "options" => [
              [
                "label" => "Please select a type..."
                "value" => ""
              ]
            ]
            "connection" => "geodata_db"
            "sql" => "Select chr(a) || '-Type' as value , chr(a) as key FROM generate_series(65,70) as a order by a;"
          ]
        ]
      ]
    ]
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "sidepane"
  #enabled: true
  #weight: 6
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
23 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1017
  #id: 3209
  #title: "Image export"
  #class: "Mapbender\PrintBundle\Element\ImageExport"
  #configuration: [
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 6
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
24 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1016
  #id: 3211
  #title: "mb.core.ruler.tag.line"
  #class: "Mapbender\CoreBundle\Element\Ruler"
  #configuration: [
    "type" => "line"
    "help" => "mb.core.ruler.help"
    "precision" => "auto"
    "fillColor" => "rgba(255,255,255,0.2)"
    "strokeColor" => "#3399CC"
    "strokeWidth" => 2
    "strokeWidthWhileDrawing" => 3
    "fontColor" => "#000000"
    "fontSize" => 12
    "tooltip" => "ruler"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 7
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
25 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1015
  #id: 3212
  #title: "mb.core.ruler.tag.area"
  #class: "Mapbender\CoreBundle\Element\Ruler"
  #configuration: [
    "type" => "area"
    "help" => "mb.core.ruler.help"
    "precision" => "auto"
    "fillColor" => "rgba(255,255,255,0.2)"
    "strokeColor" => "#3399CC"
    "strokeWidth" => 2
    "strokeWidthWhileDrawing" => 3
    "fontColor" => "#000000"
    "fontSize" => 12
    "tooltip" => "area"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 8
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
26 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1014
  #id: 3213
  #title: "mb.core.scalebar.class.title"
  #class: "Mapbender\CoreBundle\Element\ScaleBar"
  #configuration: [
    "title" => "Scale Bar"
    "maxWidth" => 200
    "anchor" => "left-bottom"
    "units" => "km"
    "target" => 3204
    "position" => [
      "10px"
      "10px"
    ]
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 9
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
27 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1013
  #id: 3214
  #title: "mb.core.overview.class.title"
  #class: "Mapbender\CoreBundle\Element\Overview"
  #configuration: [
    "layerset" => 406
    "width" => 200
    "height" => 100
    "anchor" => "right-bottom"
    "visibility" => "open"
    "fixed" => false
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 10
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
28 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1012
  #id: 3215
  #title: "mb.core.scaledisplay.class.title"
  #class: "Mapbender\CoreBundle\Element\ScaleDisplay"
  #configuration: [
    "title" => "mb.core.scaledisplay.class.title"
    "unitPrefix" => true
    "scalePrefix" => "Scale"
    "anchor" => "left-top"
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 11
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
29 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1011
  #id: 3216
  #title: "mb.core.poi.class.title"
  #class: "Mapbender\CoreBundle\Element\POI"
  #configuration: [
    "useMailto" => false
    "body" => "Please take a look at this POI"
    "gps" => null
    "target" => 3204
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 12
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details
30 GRANTED view
Mapbender\CoreBundle\Entity\Element {#1006
  #id: 5253
  #title: "WMS Liste"
  #class: "Mapbender\CoreBundle\Element\HTMLElement"
  #configuration: [
    "classes" => "html-element-inline"
    "content" => """
      Laden Sie WMS in Ihre Anwendung via Klick auf einen Link\r\n
      <ul>\r\n
      <li>\r\n
      <a href="#" mb-action="source.add.wms" mb-layer-merge="0" mb-wms-merge="0" mb-wms-layers="all" mb-url="https://wms.wheregroup.com/cgi-bin/mapbender_user.xml?VERSION=1.3.0&REQUEST=GetCapabilities&SERVICE=WMS" mb-infoformat="text/html">WMS Mapbender Users</a>\r\n
      </li>\r\n
      <li>\r\n
      <a href="#" mb-action="source.add.wms" mb-layer-merge="0" mb-wms-merge="0" mb-wms-layers="all" mb-url="https://wms.wheregroup.com/cgi-bin/mapbender_user.xml?VERSION=1.3.0&REQUEST=GetCapabilities&SERVICE=WMS" mb-infoformat="text/html">WMS Mapbender Users</a>\r\n
      </li>\r\n
      <li>\r\n
      <a href="#" mb-action="source.add.wms" mb-layer-merge="0" mb-wms-merge="0" mb-wms-layers="all" mb-url="https://wms.wheregroup.com/cgi-bin/mapbender_user.xml?VERSION=1.3.0&REQUEST=GetCapabilities&SERVICE=WMS" mb-infoformat="text/html">WMS Mapbender Users</a>\r\n
      </li>\r\n
      </ul>
      """
  ]
  #application: Mapbender\CoreBundle\Entity\Application {#241
    #yamlRoles: null
    #source: 2
    #id: 122
    #title: "Mapbender Digitize Demo"
    #slug: "mapbender_digitize_demo_db"
    #description: "Try the Mapbender Digitize Demo with the Tables defined in the documentation (https://doc.mapbender.org/en/elements/editing/digitizer/digitizer_configuration.html#sql-for-the-demo-tables) or with the PostgreSQL database backup in the workshop repository (https://github.com/mapbender/mapbender-workshop/geobasis.backup)."
    #template: "Mapbender\CoreBundle\Template\Fullscreen"
    #map_engine_code: "current"
    #persistentView: false
    #splashscreen: true
    #regionProperties: Doctrine\ORM\PersistentCollection {#236 …}
    #elements: Doctrine\ORM\PersistentCollection {#291 …}
    #layersets: Doctrine\ORM\PersistentCollection {#329 …}
    #screenshot: null
    #extra_assets: null
    #updated: DateTime @1743509757 {#243
      date: 2025-04-01 12:15:57.0 UTC (+00:00)
    }
    #custom_css: """
      //https://github.com/mapbender/mapbender/blob/master/src/Mapbender/CoreBundle/Resources/public/sass/libs/_variables.scss\r\n
      //--------------------------------------------------------------patterns\r\n
      /*$rootPath:  "bundles/mapbendercore/"; // !default;\r\n
      $imageBasePath: $rootPath + "image";\r\n
      $iconBasePath: $rootPath + "fonts";\r\n
      */\r\n
      \r\n
      //------------------------------------------------------------------font\r\n
      $fontFamily: "Times New Roman, Open Sans", "Calluna Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;\r\n
      $fontSize:13px;\r\n
      \r\n
      // Colors applied on body / normal content containers (sidepane, popups, mobile pane)\r\n
      $textColor: #002647;\r\n
      $backgroundColor: #f4f4f4;\r\n
      $panelBorderColor: #002647;\r\n
      \r\n
      //-----------------------------------------------------------------other\r\n
      $space: 30px;\r\n
      $radius: 3px;\r\n
      $popupModalWidth: 1000px;\r\n
      $desktopBreakpointWidth: 1200px;\r\n
      \r\n
      //----------------------------------------------------------------colors\r\n
      $firstColor:#002647; // dark gray\r\n
      $errorColor:#ff0000; // pink\r\n
      \r\n
      $lightFontColor:#ffffff; // white\r\n
      \r\n
      // Toolbar colors (frontend)\r\n
      $toolBarFontColor: #002647; //lila\r\n
      $toolBarBackgroundColor: $backgroundColor;\r\n
      $toolBarOpacity: 1;\r\n
      // Default and hover opacity for Button (and Button-like) Elements in toolbars\r\n
      $toolBarButtonDefaultOpacity: 1;\r\n
      $toolBarButtonHoverOpacity: 0.8;\r\n
      $toolBarButtonActiveOpacity: $toolBarButtonHoverOpacity;\r\n
      \r\n
      // the holy colors\r\n
      $ciColor:#002647; // blue\r\n
      \r\n
      // Button colors\r\n
      $buttonCriticalFirstColor: #d36565; //red\r\n
      $buttonCriticalSecondColor: darken($buttonCriticalFirstColor, 10%); //darkred\r\n
      $buttonFirstColor: $firstColor;\r\n
      $buttonSecondColor: #ff00ff;\r\n
      $buttonTextColor: $lightFontColor;\r\n
      $buttonBorderColor: $firstColor;\r\n
      $buttonHoverColor: lighten($firstColor,40%);\r\n
      $buttonHoverTextColor: $buttonTextColor;\r\n
      $buttonFirstActiveColor: lighten($firstColor,20%);\r\n
      $buttonActiveTextColor: $buttonTextColor;\r\n
      \r\n
      $buttonCriticalTextColor: $lightFontColor;\r\n
      $buttonCriticalHoverTextColor: $buttonCriticalTextColor;\r\n
      $buttonCriticalBorderColor: #9f3434;\r\n
      $buttonCriticalHoverColor: #cd5151;\r\n
      \r\n
      // Button sizing\r\n
      $buttonFontSize: 100%;\r\n
      \r\n
      // Form inputs\r\n
      $inputBackgroundColor: #d2f8f4;\r\n
      $inputForegroundColor: #168B7F;\r\n
      \r\n
      $sliderHandleBackgroundColor: $ciColor;\r\n
      \r\n
      $accordionFontSize: 100%;\r\n
      $accordionBackgroundColor: lighten($firstColor,20%);\r\n
      $accordionTextColor: $lightFontColor;\r\n
      $accordionActiveBackgroundColor: darken($accordionBackgroundColor, 10%);\r\n
      $accordionActiveTextColor: $accordionTextColor;\r\n
      $accordionHoverBackgroundColor: lighten($accordionBackgroundColor, 40%);\r\n
      \r\n
      // Header buttons in type "buttons" sidepane\r\n
      $sidepaneButtonFontSize: $buttonFontSize;\r\n
      $sidepaneButtonTextColor: $buttonTextColor;\r\n
      $sidepaneButtonBackgroundColor: $buttonFirstColor;\r\n
      $sidepaneButtonBorderColor: $buttonBorderColor;\r\n
      $sidepaneButtonHoverColor: $buttonHoverColor;\r\n
      $sidepaneButtonActiveTextColor: $buttonTextColor;\r\n
      $sidepaneButtonActiveBackgroundColor: $buttonFirstActiveColor;
      """
    #publicOptions: []
  }
  #region: "content"
  #enabled: true
  #weight: 13
  #yamlRoles: null
  #screenType: "all"
}
"FOM\UserBundle\Security\Permission\YamlApplicationVoter"
ACCESS ABSTAIN
"FOM\UserBundle\Security\Authorization\Voter\RootAccountVoter"
ACCESS ABSTAIN
"ContainerPIlL8RK\PermissionManagerGhostFf08da6"
ACCESS GRANTED
Show voter details