You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use the globe module for icingaweb2 and discovered that even if it use the same geolocation variable the syntax is different.
Your plugin uses vars.geolocation = "<longitude>,<latitude>"
The globe module uses vars.geolocation = "<latitude>,<longitude>"
That would be great to use the same syntax, or to allow the syntax to be customized (i.e: geolocation_order = "latitude,longitude")
BR,
Yannick
The text was updated successfully, but these errors were encountered:
i check is code and i think its just a typo in the readme. Even on my system where globe and map module is installed it shows the hosts at the correct cords.
@Mikesch-mp ah ok, you use the map module, not the osm.
Indeed, these 2 projects might be merged
And about the interfacetable module, that will come for sure in the future, as always when I will find some free time to work on that :-)
Hello,
I use the globe module for icingaweb2 and discovered that even if it use the same geolocation variable the syntax is different.
Your plugin uses
vars.geolocation = "<longitude>,<latitude>"
The globe module uses
vars.geolocation = "<latitude>,<longitude>"
That would be great to use the same syntax, or to allow the syntax to be customized (i.e:
geolocation_order = "latitude,longitude"
)BR,
Yannick
The text was updated successfully, but these errors were encountered: