grafana-toolbox / panodata-map-panel

Map Panel for Grafana with improved convenience, robustness and features. Friendly fork of the original Grafana Worldmap Panel. Currently not maintained, but verified to work up to Grafana 9.

Home Page:https://community.panodata.org/t/grafana-map-panel/121

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoJSON and AwesomeMarkers

chicco785 opened this issue · comments

Hi,
as @amotl knows we have a plugin (https://github.com/orchestracities/grafana-map-plugin) that

  • displays geometries over maps leveraging geo_shapes stored in cratedb
  • allows to define an field to be used as "layer" identifier
  • supports usage of awesome markers
  • support different configuration for marker clustering modalities.

Would that be relevant to try to bring the features here?
cc @Valecant

Hi Federico,

thanks for coming back to us. While I haven't been able to scan the code base of [1] thoroughly, it seems to offer some great additional features on top of the vanilla Grafana Worldmap.

So, it might well be awesome if we could combine both code bases in some way? Saying that, it will probably need some efforts to do that. However, after that, it will be probably easier to keep up with maintenance as we could share the work between us.

Please let me know about your thoughts on this.

With kind regards,
Andreas.

[1] https://github.com/orchestracities/grafana-map-plugin

@amotl as mentioned in [1], we have been reworking the plugin to use react.
some of the old features are not yet there, but most of the reworking is completed, if you want to have a first look:
https://github.com/orchestracities/grafana-map-plugin/tree/migration-to-8.0.0-timescale-support-test

[1] orchestracities/map-panel#34 (comment)