The text box feature can be used if you would like to add some informational text or titles to your map. Text can be placed anywhere on the map. HTML can also be used for formatting purposes.
To add a text box to your map, go to Edit Map | Add Special | Textbox, then in the ”text” field enter the text you wish to display on the map. Leave the other default options as is and click “Save”. Repeat these steps for any additional text you wish to add to your map.
If you want to get more information about the other available parameters, read bellow.
Value | Default | Description |
---|---|---|
text | none | Your own text, HTML is possible. There are some macros: [refresh_counter]:Shows the time until the next reload/rotate dynamically [worker_last_run]:Shows the time of the last worker run |
w | none | Width of the textbox in px (pixels). Set to “auto” for auto scaling. |
x | none | X axis coordinate |
y | none | Y axis coordinate |
background_color | #C0C0C0 | Background color of the textbox. The color should be given in hexcode. Can also be “transparent”. |
border_color | #000000 | Border color of the textbox. The color should be given in hexcode. Can also be “transparent”. |
h | auto | Height of the textbox in px (pixels). Set to “auto” for auto scaling. |
style | none | Custom styling for the text. To be given like HTMLstyle attribute contents. E.g. font-family:sans;font-weight:bold; |
use | none | Comma separated list of object templates to use. |
z | 1 | The z option defines the order of icons which are stacked on top of each other. The highest value will be displayed on top. The background image has the value of 0. So valid values should be above or equal 1. Note: To prevent conflicts with the header navigation you should keep this value below 100. |