Changing CRS in Kibana/Leaflet

I've got a WMS server running (that I don't own), and it contains a CRS that isn't visible by default in leaflet (EPSG4326).

My question is, is there a way in Kibana settings (either at the visualization level or the server level) to change the Coordinate Reference System used for the implementation of leaflet? This is possible through Leaflet by modifying the crs attribute in the initialization of a map.

If not, I'd be happy to write an addition and make a pull request.

Hi Jon,

Currently there is no way to change the Coordinate Reference System. However, you are more than welcome to submit a pull request. First, would you mind opening an issue here so that we can track this. In your pull request, you can simply reference that it closes that issue.

Thanks!