I've been trying to load an overlay with tiles using L.tileLayaer.wms but result contains a displacement on the tiles which I first assumed it was due to projections but it is not.
The IITC map.options.crs.code returns "EPSG:3857", which is the same projection the WMServer is using.
Check these two images showing an example on IITC and on a new Leaflet map: http://imgur.com/a/TN8yR
edit: The same thing happens when adding an imageOverlay
I've been trying to load an overlay with tiles using L.tileLayaer.wms but result contains a displacement on the tiles which I first assumed it was due to projections but it is not.
The IITC map.options.crs.code returns "EPSG:3857", which is the same projection the WMServer is using.
Check these two images showing an example on IITC and on a new Leaflet map: http://imgur.com/a/TN8yR
edit: The same thing happens when adding an imageOverlay