ACE-IoT-Solutions / ace-svg-react

Grafana SVG Rendering Panel using the 7+ Plugin Framework
https://grafana.com/grafana/plugins/aceiot-svg-panel/
MIT License
40 stars 14 forks source link

Investigate adding background map layer by reusing components from geomap panel #25

Open acedrew opened 2 years ago

acedrew commented 2 years ago

Not sure how practical it is, but it would be nice to have an options tab that would allow you to enable a background map layer that reuses all the work from the geomap panel that's built in, we could then add some helper functions that would translate geopoints to xy coords for the svg rendering context, allowing us to draw icons on the map and animate them based on data.

See Geomap code here: https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/geomap

acedrew commented 2 years ago

@evannorton would love for you to look at this for the next release after this bugfix, let me know what you think, I know it will be a bit involved.