Editing layer {$title}

{#if $hasErrors > 0}
{$hasErrors} errors detected
{:else} Try it out {/if}
General properties
{#each baselayerRegions as region} {/each}
Information panel (questions and answers)
Rendering on the map
Advanced functionality
Configuration file
Below, you'll find the raw configuration file in `.json`-format. This is mostly for debugging purposes
{JSON.stringify($configuration, null, " ")}
{#each $messages as message}
  • {message.level} {message.context.path.join(".")} {message.message} {message.context.operation.join(".")}
  • {/each}