[GIS] How to setup leaflet map to display a WMS layer in ESRI:102012 projection

coordinate systemleafletprojwms

I have a WMS server that serves layers in ESRI:102012 projection.
http://spatialreference.org/ref/esri/102012/
It accepts GetMap requests with srs=EPSG:102012 parameter.

My goal is to display a map in this projection with some WMS layers on it.

I'm using a proj4leaflet plugin (https://github.com/kartena/Proj4Leaflet) to setup a map for this projection, but I'm stuck with defining L.Transformation, scale and resolution parameters.
Can anybody tell me what to put in those parameters, or give a working example of leaflet map in this projection?

Best Answer

leaflet has proj4 support

you should take a look at this [1] and here is a small example [2]

Hope this helps

[1] https://github.com/kartena/Proj4Leaflet/

[2] https://github.com/kartena/Proj4Leaflet/blob/master/examples/index.html