Skip to content

world map does not load #10139

Description

@kevhjelm

PLEASE READ FIRST

Please do not post bugs or ask questions or feature requests here

For help and support you can use our Discord server or our community site.

To create a new device request please use this link: https://github.com/librenms/librenms/issues/new?template=New-Device.md


My world map does not load
image
I have tried using google engine with api key, still the same problem. futher I tried using the defualt leaflet and openstreetmap. Where can I find a tile_url for leaflet?

// GEO
$config['geoloc']['latlng'] = true;
$config['geoloc']['engine'] = "google";
$config[‘geoloc’][‘api_key’] = “my_api_key”;

$config['leaflet']['tile_url'] = "127.0.0.1:8888" ; //not sure what to have here
$config['map']['engine'] = "leaflet";
$config['leaflet']['default_lat'] = "51.981074";
$config['leaflet']['default_lng'] = "5.350342";
$config['leaflet']['default_zoom'] = 8;
$config['leaflet']['group_radius'] = 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    support-requestSupport requests are not allowed here

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions