kartena / Proj4Leaflet

Smooth Proj4js integration with Leaflet.
http://kartena.github.io/Proj4Leaflet/
BSD 2-Clause "Simplified" License
589 stars 173 forks source link

Set proj4 dependecy to ~2.3 instead of ^2 because of #139 #140

Closed pthorin closed 7 years ago

pthorin commented 7 years ago

There is a problem when using proj4leaflet with proj4 2.4.x together with webpack and bable. This patch sets the dependency on proj4 to ~2.3 instead of ^2 to quick fix that problem.

The deeper issues still needs to be addressed, see #139.

perliedman commented 7 years ago

I've written some comments in #139. In short, I can't reproduce this problem, but perhaps there's something more to consider that I missed. Having said that, I would be very surprised to see a breaking change in a minor version upgrade from Proj4js, I have great confidence in the maintainers.

perliedman commented 7 years ago

Turns out #139 was a problem with tooling, not with Proj4/Proj4Leaflet, so closing this.