Is there any way to get the Geo-Maps to allow to zooming in another 1 or two levels? The mapping feature of PRTG is FANTASTIC for us, but we have areas where devices are close together and the default max zoom level of the geo-maps will not separate them enough for us to get a good look at what we need. Just didn't know if this was possible.


Article Comments

Yes, it is possible to tweak the zoom levels a little bit:

  • Open this file in a text editor: <PRTG Install Directory>\webroot\javascript\scripts_custom.js
  • Add this line to the file and save it (bear in mind that texteditor needs elevated rights for saving): _Prtg.Options.geomapZoomLevels=18; Reload the page using Ctrl+F5, so that JavaScript is also being reloaded instead of using cached scripts.

    Kind regards,
    Erhard

Sep, 2015 - Permalink

THANK YOU SO MUCH! This is perfect. I can can now zoom in far enough to see exactly what I need to see. Thanks again.


Sep, 2015 - Permalink

It didn’t work for me. Is it depreciated in newer versions? Also, the only file I could find that resembled the file mentioned here, was ‘scripts_custom_v2.js’.

I even tried to set it to ‘_Prtg.Options.geomapZoomLevels=200;’ but it had no effect.

Regards


Feb, 2022 - Permalink

Yes, customizing is deprecated and unsupported by now. We cannot guarantee any customization to still work with the latest versions. Also have a look here: https://helpdesk.paessler.com/en/support/solutions/articles/76000065319


Feb, 2022 - Permalink