grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
306 stars 200 forks source link

Be able to display a polyline instead of circles only #260

Open srclosson opened 4 years ago

srclosson commented 4 years ago

Why?

  1. Be able to use the latest version of leaflet
  2. Strava has the capability of returning a polyline, strava will decode the polyline, but can also return the polyline in the dataframe meta if the panel wants to decode. Using this format allows the map to display the activity as a line, rather than circles. The circles may be better suited for tracking individual segments of an activity (ie: how much elevation did I gain in this last segment, or how high was my heart rate).
  3. Currently, only the last activity was displayed. Changed to display all activities (or if an entry in a dataframes data section refers to an activity, use all activities defined in the dataframes data section.)
CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


CirceCI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

amotl commented 4 years ago

Dear Stephanie,

thanks for your contribution! May I humbly ask you to send this PR against [1]? This code base has been advanced to some amount and I will be happy to merge it. So, the community will gain more features on many levels.

Thanks already and with kind regards, Andreas.

[1] https://github.com/panodata/grafana-map-panel

srclosson commented 4 years ago

Yup, will do :)