Versions Compared

Key

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

...

  • The overlayFormat is used for positioning location and/or warning icons on the map based on:
  • The map itself (defined in mapFormat);
  • X and Y coordinates of the required locations from the Locations.xml;
  • Note that in case of integers numbers bigger than 999, it can be that the output may contain unwanted commas, e.g. width 1274 is printed in the reports as 1,274. In order to avoid this, it is recommended to use
    Code Block
     {<position>, number, #} 
    in order to avoid that width 1274 is printed in the reports as 1,274
    instead of
    Code Block
     {<position>, number} 
    .

Position

Type

Variable

0

number

Absolute x position of status icon.

1

number

Absolute y position of status icon.

2

string

Image filename.

3

string

Status description.

4

string

Location name.

5 (optional)

string

Html-link for opening a individual html page (forecastlocation.html)

...