gistermweb

This configuration is optional when using the plugin Gis.

  • 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>
<defaultCoordinateVisualizationSrs
>
optional
string

DEPRECATED: This property is deprecated and has no effect. The default spatial reference system for coordinate display is configured in the Management Center.

</defaultCoordinateVisualizationSrs>
<mapSizes
>
optional

DEPRECATED: This property is deprecated and has no effect in Cadenza Web.

<defaultSize
>
requiredmax. 1
<name
>
requiredmax. 1
xs:string
</name>
<width
>
requiredmax. 1
xs:int
</width>
<height
>
requiredmax. 1
xs:int
</height>
</defaultSize>
<size
>
requiredmax. unbounded
<name
>
requiredmax. 1
xs:string
</name>
<width
>
requiredmax. 1
xs:int
</width>
<height
>
requiredmax. 1
xs:int
</height>
</size>
</mapSizes>
<mapConfig
>
optional
<controls
>
optionalmax. 1

DEPRECATED: this element is deprectated as it has no effect in Cadenza Web.

<extendedZoom
>
optionalmax. 1

DEPRECATED: this element is deprectated as it has no effect in Cadenza Web.

xs:boolean
</extendedZoom>
</controls>
<print
>
optionalmax. 1

DEPRECATED: unused

<resolutions
>
requiredmax. 1

Print resolution settings. The user will be able to select these settings from a drop-down list.

<resolution
>
requiredmax. unbounded

A print resolution setting. There must be at least one <resolution> block where the attribute default has the value true. This specifies the default resolution setting.

default
optional
=
boolean

This specifies the default resolution setting.

<name
>
required

Name of the resolution setting. Will be displayed in the drop-down list for the user.

xs:string
</name>
<value
>
requiredmax. 1

Resolution in dpi. Recommended values are 96, 200 or 300.

>=1<=600
xs:int
</value>
</resolution>
</resolutions>
</print>
<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"
      defaultCoordinateVisualizationSrs: "text"
      mapSizes:
        defaultSize:
          name: "text"
          width: 15
          height: 15
        size:
        - name: "text"
          width: 15
          height: 15
        - name: "text"
          width: 15
          height: 15
      mapConfig:
        controls:
          extendedZoom: true
        print:
          resolutions:
          - default: true
            name: "text"
            value: 15
          - default: true
            name: "text"
            value: 15
        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>
  <defaultCoordinateVisualizationSrs>text</defaultCoordinateVisualizationSrs>
  <mapSizes>
    <defaultSize>
      <name>text</name>
      <width>15</width>
      <height>15</height>
    </defaultSize>
    <size>
      <name>text</name>
      <width>15</width>
      <height>15</height>
    </size>
    <size>
      <name>text</name>
      <width>15</width>
      <height>15</height>
    </size>
  </mapSizes>
  <mapConfig>
    <controls>
      <extendedZoom>true</extendedZoom>
    </controls>
    <print>
      <resolutions>
        <resolution default="true">
          <name>text</name>
          <value>15</value>
        </resolution>
        <resolution default="true">
          <name>text</name>
          <value>15</value>
        </resolution>
      </resolutions>
    </print>
    <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>