iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 553 forks source link

TileLayer WMS displacement on IITC Leaflet map #1179

Open Intensify opened 7 years ago

Intensify commented 7 years ago

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

johnd0e commented 5 years ago

Could you provide sample plugin for reproducing the issue?