temporaldataanimation
This configuration is required when using the plugin Gis_Temporal_Data_Animation.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
Soft upper limit for the total number of data points than can be displayed during the animation. If exceeded, the user will be asked if the player should start anyway. The number should be chosen in such a way that slightly exceeding it might lead to display problems, but not to a browser crash.
Hard upper limit for the total number of data points than can be displayed during the animation. If exceeded, the animation will not start and an error message will be displayed. The number should be chosen in such a way that exceeding it might lead to a browser crash.
Settings for the maximum number of data points displayed as tail behind a moving object. If exceeded, older points will be removed.
The Temporal Data Animation feature displays time-dependent data series as animated tracks. Settings can be made here to prevent the system from being overloaded by rendering too many points.
| 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:
temporaldataanimation:
warningPointCount: "1337"
maximumPointCount: "1337"
maximumDisplayPointCount:
internetExplorer: "1337"
default: "1337"
Filename: temporaldataanimation-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"?>
<TemporalDataAnimationConfig>
<warningPointCount>1337</warningPointCount>
<maximumPointCount>1337</maximumPointCount>
<maximumDisplayPointCount>
<internetExplorer>1337</internetExplorer>
<default>1337</default>
</maximumDisplayPointCount>
</TemporalDataAnimationConfig>