kartena / Proj4Leaflet

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

Use with release candidates (Leaflet 1.0.0-rc3 ...) #119

Closed jerryhall closed 8 years ago

jerryhall commented 8 years ago

Is it safe to assume I can use the 1.0-beta.1 version with the subsequent release candidates eg 1.0.0-rc3? Thanks!

jgravois commented 8 years ago

the maintainers of this repo have tagged a 1.0.0-beta.2 version, but we're still referencing beta.1 in an app that loads leaflet 1.0.0-rc.3 and it seems to work just fine.

http://esri.github.io/esri-leaflet/examples/non-mercator-projection.html

semone commented 8 years ago

I will take a look at the leaflet 1.0.0-rc.3 and confirm that it works. Seems to work in @jgravois case to use leaflet 1.0.0-rc.3 with the proj4leaflet 1.0.0-beta.1 version 🙂

jerryhall commented 8 years ago

Awesome thank you both!

semone commented 8 years ago

No worries!

I didn't see any errors when testing it out, the test runs and the examples works as they should.

I have created a PR here #120 which hopefully will be merged soon

pthorin commented 8 years ago

The PR is merged, sorry it took so long.