Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The regional configuration file Locations is not needed any more, except for other locations that are not supplied in a CSV/DBF file.

attribute functions

Attribute functions are supported in configurations for parameter enumerations, id maps, primary validation, secondary validation, thresholds, transformation, general adapter, reports,  map layer symbol sizes, statistics in time series dialog, display groups

@attributeId@

It is possible to reference an attribute that is available at a related location by prefixing an attribute id with a location relation id. 

@relationId:attributeId@

 

examples

@CITECTLOC@_@IDMAP_DEBIET@

@discharge@ / 1000

@catchment:area@

idMaps

...

Code Block
xml
xml
<locationIdFunction internalLocationSet="Meteo Stations" externalLocationFunction="@region@"/>
<locationIdPattern internalLocationSet="Pattern Stations" internalLocationPattern="H-*"
     externalLocationPattern="*"/>

..
or
..
  <function externalLocationFunction="@CITECTLOC@" internalParameter="Q.meting"
    externalParameterFunction="@IDMAP_DEBIET@" internalLocationSet="VV_Q.meting"/>

...