Fixed
Details
Assignee
Scott ThelemanScott ThelemanReporter
Scott ThelemanScott ThelemanStory Points
3Components
Sprint
NoneFix versions
Affects versions
Priority
Trivial
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Scott Theleman
Scott ThelemanStory Points
3
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 9, 2023 at 10:23 PM
Updated December 12, 2023 at 5:26 PM
Resolved November 16, 2023 at 12:30 AM
fixed the Vue Geographical Map to include a user-defined tile provider. However it adds it as the “last” one, so when a user opens the GeoMap page, the “OpenStreetMap” is always the default and user has to select the User-Defined one if desired.
In the case where user is using a local map server and does not want or have access to the Internet, this causes a poor experience since the OpenStreetMap will fail.
One solution is to add another property in
opennms.properties
to set the user defined map as the default (and fix the Vue code to implement this). Also the map name should be configurable.