gistermweb Configuration

This configuration is optional.

No dedicated Cadenza feature requires this configuration.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<GIStermWebConfiguration
>
required

Configuration of the map views in Cadenza Web.

<defaultSRS
>
optional
string

CRS, das defaultmäßig benutzt wird wenn keins aus karten abgeleitet werden kann…. EPSG:31467

</defaultSRS>
<mapConfig
>
optional
<constrainMapScales
>
optional
boolean

true to let Cadenza Web only consider scales for which the tiles have already been precalculated, when zooming is performed. This speeds up the zooming process and is possible for maps with the pseudo Mercator coordinate system (EPSG:3857, WGS 84). Otherwise, the exact scales are considered by default.

Default: false

</constrainMapScales>
<forceMinMaxScales
>
optional
boolean

true to enforce that the configured minScale and maxScale in the MML or layer are the real scales the map can be zoomed to. Otherwise, scales are chosen that support prettier rendering and a better cache hit rate for tiles by using default scales when zooming.

Default: false

</forceMinMaxScales>
</mapConfig>
<rubberbandOptions
<color
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

In <rubberbandOptions>: color of the distance line, the area outline, and the edit geometry outline when capturing an area object. In <drawOptions>: color of the area outline.

</color>
<fillColor
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

In <rubberbandOptions>: fill color of the area and the edit geometry when capturing an area object. In <drawOptions>: fill color of the area.

</fillColor>
<supportingPoint
<color
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

Point color.

</color>
<width
>
optional
int

Point width in pixels.

</width>
>
optional

In <rubberbandOptions>: settings for the supporting points and the editing geometry when capturing a point object. In <drawOptions>: settings for the point.

</supportingPoint>
<lineWidth
>
optional
int

In <rubberbandOptions>: width of the distance line or the area outline in pixels. In <drawOptions>: width of the area outline in pixels.

</lineWidth>
<drawOptions
<color
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

In <rubberbandOptions>: color of the distance line, the area outline, and the edit geometry outline when capturing an area object. In <drawOptions>: color of the area outline.

</color>
<fillColor
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

In <rubberbandOptions>: fill color of the area and the edit geometry when capturing an area object. In <drawOptions>: fill color of the area.

</fillColor>
<supportingPoint
<color
red
required
=
>=0<=255
xs:integer

Red component of the color, from 0 to 255.

green
required
=
>=0<=255
xs:integer

Green component of the color, from 0 to 255.

blue
required
=
>=0<=255
xs:integer

Blue component of the color, from 0 to 255.

alpha
optional
=
>=0<=255
xs:integer

Transparency value of the color, from 0 to 255. Optional attribute, if not specified, the following default values apply: 255 (100 %) for supporting points, 255 (100 %) for lines, 77 (30 %) for areas.

>
optional

Point color.

</color>
<width
>
optional
int

Point width in pixels.

</width>
>
optional

In <rubberbandOptions>: settings for the supporting points and the editing geometry when capturing a point object. In <drawOptions>: settings for the point.

</supportingPoint>
<lineWidth
>
optional
int

In <rubberbandOptions>: width of the distance line or the area outline in pixels. In <drawOptions>: width of the area outline in pixels.

</lineWidth>
>
optional

Default settings to highlight area objects and point objects in the preview of the drawn geometry.

</drawOptions>
>
optional

When measuring distances and areas, a rubber band is displayed for better orientation. It can be configured with the settings here.

</rubberbandOptions>
</GIStermWebConfiguration>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    gistermweb:
      defaultSRS: "text"
      mapConfig:
        constrainMapScales: true
        forceMinMaxScales: true
      rubberbandOptions:
        color:
          red: 15
          green: 15
          blue: 15
          alpha: 15
        fillColor:
          red: 15
          green: 15
          blue: 15
          alpha: 15
        supportingPoint:
          color:
            red: 15
            green: 15
            blue: 15
            alpha: 15
          width: 15
        lineWidth: 15
        drawOptions:
          color:
            red: 15
            green: 15
            blue: 15
            alpha: 15
          fillColor:
            red: 15
            green: 15
            blue: 15
            alpha: 15
          supportingPoint:
            color:
              red: 15
              green: 15
              blue: 15
              alpha: 15
            width: 15
          lineWidth: 15

Filename: gistermweb-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GIStermWebConfiguration>
  <defaultSRS>text</defaultSRS>
  <mapConfig>
    <constrainMapScales>true</constrainMapScales>
    <forceMinMaxScales>true</forceMinMaxScales>
  </mapConfig>
  <rubberbandOptions>
    <color red="15" green="15" blue="15" alpha="15"/>
    <fillColor red="15" green="15" blue="15" alpha="15"/>
    <supportingPoint>
      <color red="15" green="15" blue="15" alpha="15"/>
      <width>15</width>
    </supportingPoint>
    <lineWidth>15</lineWidth>
    <drawOptions>
      <color red="15" green="15" blue="15" alpha="15"/>
      <fillColor red="15" green="15" blue="15" alpha="15"/>
      <supportingPoint>
        <color red="15" green="15" blue="15" alpha="15"/>
        <width>15</width>
      </supportingPoint>
      <lineWidth>15</lineWidth>
    </drawOptions>
  </rubberbandOptions>
</GIStermWebConfiguration>