gisterm
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. |
Configuration of the Cadenza module GISterm.
Settings for the presentation of the maps to the user.
The rotation angle is starting from the east direction (X-axis) counterclockwise.
The rotation angle is starting from the north direction clockwise.
The rotation angle is starting from the west direction (X-axis) clockwise.
The rotation angle is starting from the west direction (X-axis) clockwise.
The rotation angle is starting from the east direction (X-axis) clockwise.
Interpretation of rotation angle values for point signatures. Note: In the previews of the properties dialog and the Map Wizard, a change of the default values is not taken into account. Note: This setting has only effect, when the point rotation angle is defined by attribute.
Default: GEOGRAPHIC_MINUS_90
The rotation angle is starting from the east direction (X-axis) counterclockwise.
The rotation angle is starting from the north direction clockwise.
The rotation angle is starting from the west direction (X-axis) clockwise.
The rotation angle is starting from the west direction (X-axis) clockwise.
The rotation angle is starting from the east direction (X-axis) clockwise.
Interpretation of rotation angle values for labels. Note: In the previews of the properties dialog and the Map Wizard, a change of the default values is not taken into account. Note: This setting has only effect, when the label rotation angle is defined by attribute.
Default: MATH
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for theme names.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend titles.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend headers.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend classification names. Visible in maps.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend classification descriptions. Visible in maps.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend label attributes. Visible in maps.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for legend footers.
Font style according to Java Font. Extra styles are separated by space, e.g. plain or italic bold.
Default: plain
Font settings according to Java Font.
Default font settings for copyright texts.
When enabled, the labeled features in a feature layer, where labels are positioned in center (center, left, or right) will have the text shifted so that the text is not vertically centered on the point buf offset by half it's height resulting in the text appearing directly above the target point.
Default: false
Settings to adjust the runtime behavior of GISterm. Choose between higher performance and lower memory consumption.
Settings for the use of system resources.
Installation-wide maximum number of simultaneously executed classic layer requests executed in the backend. This means feature layers in classic maps and classic layers embedded in workbook maps. This setting has no influence on the workbooks dataview layers number of parallel requests.
Default: 5
true to discard already loaded raster data when navigating in a map. By this, performance can be improved, especially in connection with terminal servers. If false (default), the old data is used for approximate visualization of the layer.
Default: false
Settings for image catalogs.
Restriction settings.
Settings for selector layers.
Limit for requested geo objects per selector layer when lazy loading is enabled. If not set, it is 100,000. Important: If the selector layer is based on a table template (TTD file) or table operation (TOP file, exception: projection), the limit will not be considered. Note: For selector layers whose loading time is not optimized, the limit in the associated filter form will be considered.
| 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:
gisterm:
presentation:
scaleLabelsByDefault: true
pointRotationAngleType: "MATH"
labelRotationAngleType: "MATH"
defaultFont:
themeName:
font:
family: "text"
size: 15
style: "text"
title:
font:
family: "text"
size: 15
style: "text"
header:
font:
family: "text"
size: 15
style: "text"
className:
font:
family: "text"
size: 15
style: "text"
classDescription:
font:
family: "text"
size: 15
style: "text"
labelAttribute:
font:
family: "text"
size: 15
style: "text"
footer:
font:
family: "text"
size: 15
style: "text"
copyright:
font:
family: "text"
size: 15
style: "text"
enableFeatureLayerLabelsShiftedYOffset: true
tuning:
capabilities:
maxConcurrentQueries: "text"
disposeOldRasterDataOnNavigation: true
imageCatalog:
minScale: 133.7
maxScale: 133.7
restrictions:
webMapTileCountLimit: 15
selectorLayer:
featureLimitForLazyLoading: 15
layerLoading:
timeoutInSeconds: 15
LocalImageCache:
enable: true
Filename: gisterm-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"?>
<gistermConfiguration>
<presentation>
<scaleLabelsByDefault>true</scaleLabelsByDefault>
<pointRotationAngleType>MATH</pointRotationAngleType>
<labelRotationAngleType>MATH</labelRotationAngleType>
<defaultFont>
<themeName>
<font family="text" size="15" style="text"/>
</themeName>
<title>
<font family="text" size="15" style="text"/>
</title>
<header>
<font family="text" size="15" style="text"/>
</header>
<className>
<font family="text" size="15" style="text"/>
</className>
<classDescription>
<font family="text" size="15" style="text"/>
</classDescription>
<labelAttribute>
<font family="text" size="15" style="text"/>
</labelAttribute>
<footer>
<font family="text" size="15" style="text"/>
</footer>
<copyright>
<font family="text" size="15" style="text"/>
</copyright>
</defaultFont>
<enableFeatureLayerLabelsShiftedYOffset>true</enableFeatureLayerLabelsShiftedYOffset>
</presentation>
<tuning>
<capabilities>
<maxConcurrentQueries>text</maxConcurrentQueries>
<disposeOldRasterDataOnNavigation>true</disposeOldRasterDataOnNavigation>
</capabilities>
<imageCatalog>
<minScale>133.7</minScale>
<maxScale>133.7</maxScale>
</imageCatalog>
<restrictions>
<webMapTileCountLimit>15</webMapTileCountLimit>
<selectorLayer>
<featureLimitForLazyLoading>15</featureLimitForLazyLoading>
</selectorLayer>
</restrictions>
<layerLoading>
<timeoutInSeconds>15</timeoutInSeconds>
</layerLoading>
<LocalImageCache>
<enable>true</enable>
</LocalImageCache>
</tuning>
</gistermConfiguration>