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

Improve precision #262

Open mmicu opened 4 years ago

mmicu commented 4 years ago

From the plugin README I can read The Geo Hash Grid has a precision option where 1 is the highest level and 7 is the lowest. However, data source like elastic accepts precisions from 1 to 12 (link).

Is there any reason why the plugin supports a precision value from 1 to 7?