Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Custom Tile Maps #3438

Open
gaby opened this issue May 9, 2024 · 0 comments
Open

Add support for Custom Tile Maps #3438

gaby opened this issue May 9, 2024 · 0 comments
Assignees

Comments

@gaby
Copy link
Contributor

gaby commented May 9, 2024

Which OpenObserve functionalities are relevant/related to the feature request?

dashboards

Description

Currently OpenObserve only supports OpenStreetMaps, mostly because the URL is hardcoded in the UI. There a lot of different tile map providers that could be used by the user. You can also host your own tile-map to reduce network i/o.

Proposed solution

Add two new ENV variables that allows specifying:

  • map tilemap url
  • map tilemap attribution

By default it should use the current:

  • https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
  • &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors

These are defined here: https://github.com/openobserve/openobserve/blob/main/web/src/components/dashboards/panels/GeoMapRenderer.vue#L94

Alternatives considered

N/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants