Is there a way to add labels on the map. For example, I am using the may to create a network diagram of each of our locations. I want to add a label for each store location such as "Normal and "Springfield" I was also wondering if there was a way to add a black line across the map. I want to separate the headquarters network devices on the map from the rest of the stores. Any advice would be greatly appreciated. Thank You.
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
This gives you label, put in HTML before (just example, adjust to your needs):
| <p style='font-size: 26px; font-weight: bold; color: white;'>SYSTEM MONITORING</p> |
This gives you horizontal line:
| <p style='width: 300px;'><hr></p> |
A lot can be achieved with css styling in HTML before and HTML after
Cheers
Jan, 2012 - Permalink
Is there a way to put the label on the left side of the icon. I have all my store devices going across the map from left to right. This put the label above the first device. If I can get that then it works for me.
Jan, 2012 - Permalink
Hello,
I'm afraid such black lines would have to be done using the background-image. Labels can be created by simply writing text into the HMTL Before/After properties of a map object.
best regards.
Jan, 2012 - Permalink