I went over my config.php (https://p.libren.ms/view/bf0873fe)
But couldnt see anything wrong here, I got a new warning in my firefox console
. But the problem still remains, not able to load the map
Ahh just found out OSM uses bing’s aerial imagery so that explains that one.
You should see a URL being pulled [librenms install]/overview/leaflet.markercluster.js.map or [librenms install]/js/leaflet.markercluster.js.map
it could be a side affect related to https://github.com/librenms/librenms/pull/10091 , you could try set
your $config['install_dir'] to /opt/librenms or where you installed it, then the base_url should be set, so try that, and then try the stable branch as a test.
Does the world map show on a dashboard widget or url/fullscreenmap/ ?
I’m still having the same problem. I’ve tried to experiment with leaflet config, instead of using goolge. In the config it asked for a tile_url, what is it and where do I get tile_url? Is this the URL you mentioned?
Ok I figured it out. On the server I’m working on, it’s only able to show webpages and addresses using IP and not FQDN. So that would explain why I could reach the URLs (since it FQDN). I logged into another server and the map is showing
This is now working using google engine with my api key, but when switching to OMS/leaflet, the problem still remains
My final issues is, how can I keep the map stationary, it keeps zooming out to full view every min