Versions Compared

Key

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

...

Optional short name for the location. This string when available will replace the name in the time series display legend.

 toolTip

optional element to customize the tooltip shown when hovering over a location in the main map display.

You can use use \n or CDATA or HTML when you need multiple lines.   Besided tags defined in the global.properties file you can use the following tags:

%ID%, %NAME%, %DESCRIPTION%, %LAST_VALUE%, %LAST_VALUE_TIME%,
%FORECAST_START_TIME%, %MAXIMUM_VALUE%, %MAXIMUM_VALUE_TIME%

The tooltip supports html including images and hyperlinks.   The url in the hyper link can be an internet url, an executable file, a document file, or a folder.  Use the CDATA xml tag to include html in a xml file.

By default (if not defined) the following tool tip is used.

Wiki Markup
                        ID: %ID%\n
                        Name: %NAME%\n
                        Desc: " + "%DESCRIPTION%\n
                        Last value \[%LAST_VALUE%\] Time \[%LAST_VALUE_TIME%\]\n
                        Forecast Start Time \[%FORECAST_START_TIME%\]\n
                        Maximum \[%MAXIMUM_VALUE%\] Time \[%MAXIMUM_VALUE_TIME%\]

parentLocationId 

Optional Id of a location that functions as a parent. In the filters child locations (locations that refer to a parent) are normally invisible. However, they are displayed in the graphs whenever a parent is selected. 

x

Geographic coordinate of the location (Easting)

...