Versions Compared

Key

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

...

Locations in the map by default are labeled with the ID or the name of the location (configured in locations.xml or locationSets.xml). In LocationSets.xml (for EsriShapeFile or CSVFile) it is also possible to replace or add text to the label, such as location attributes (using @ATTRIBUTE_ID@, Since 2013.02 or csv/dbf columns without defining an attribute with %COLUMN_NAME%), or timeseries related information (%LAST_VALUE%, %LAST_VALUE_TIME%,%FORECAST_START_TIME%, %MAXIMUM_VALUE%, %MAXIMUM_VALUE_TIME%). In case of timeserie timeseries related information, the label only shows the information for the selected parameter.

...

Code Block
xml
xml
<label>%NAME% has last value: %LAST_VALUE%</label>

 

Other uses:

In the Filters.xml there is an additional option to show the last value (within the RelativeViewPeriod): lastValueVisible.

In explorerExplorer.xml, in the map section, it is possible to configure that no labels are displayed. Likewise, the Options>>>Explorer Options "map" tab can turn labels on and off.

Zoom extents

The zoom extents is used to define the pre-configured zoom levels that can be selected from the main display.

...