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.