grafana / worldmap-panel

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

[Question] How to change default CRS? #330

Open drasticElastic opened 3 years ago

drasticElastic commented 3 years ago

I am working with v0.3.3 on Grafana 6.7.4. How do I update the plugin to use EPSG:4326?

I assume you simply change the leaflet.js line 3000 from crs: EPSG3857 to crs: EPSG4326, but has anyone else got this to work? Are there any other changes required?