On the Geo maps we have a large number of sites and i wanted to know if there is a way to change the map icons from the big boxes back to pins?

Can fit WAY more pins on a map then those larger boxes. The boxes mostly fill the entire map and you can't see anything.


Article Comments

This article applies to PRTG Network Monitor 12 or later

Set Marker Size

We have tried to find a good balance between smaller markers (i.e. more marker visible) and larger markers (i.e., status is better visible).

You can change the size yourself by adding a little CSS code.

For PRTG version 12, add the code to the file customerstyle.css in the \website\css subfolder of your PRTG installation.

As of PRTG version 13.2 or later, add the code to the file styles_custom.css in the \webroot\css subfolder of your PRTG installation.

Use the following code for smaller markers:

.map-marker
{
	padding:0px !important;
	border:none !important;
}

May, 2012 - Permalink