kartena / Proj4Leaflet

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

Updated dependencies: repos and versions #88

Closed emacgillavry closed 9 years ago

emacgillavry commented 9 years ago

Upped versions of proj4js and leafletjs. Also pointing to official leaflet repo instead.

wiibaa commented 9 years ago

+1

brucecrevensten commented 9 years ago

It'd be great to see this merged.

As it stands, pulling in leaflet-dist instead of leaflet can break some build chains by causing both leaflet and leaflet-dist to be installed -- in our case, grunt-wiredep would first wire in the leaflet provided by leaflet-dist, then proj4leaflet, then... leaflet, which replaced the leaflet-dist and effectively removed proj4leaflet.

We have an easy workaround, but it seems like the stopgap that leaflet-dist was addressing in terms of Bower is no longer relevant and it'd make sense to point at the official repo.

emacgillavry commented 9 years ago

@perliedman that's actually a good observation: should be the earliest possible release. I was a bit overzealous at the time and not too familiar with Bower myself. Will revert version numbers, while keeping the main repo for Leaflet.js.