Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate LeafletJS 1.0 #97

Open
mjrouser opened this issue Aug 7, 2015 · 1 comment
Open

Integrate LeafletJS 1.0 #97

mjrouser opened this issue Aug 7, 2015 · 1 comment

Comments

@mjrouser
Copy link
Contributor

mjrouser commented Aug 7, 2015

Leaflet has a new version out in beta! http://leafletjs.com/2015/07/15/leaflet-1.0-beta1-released.html

It has lots of performance enhancements and upgrades, so it would be great to see if it can fit with our current setup.

@mjrouser mjrouser added this to the 1.5 milestone Aug 7, 2015
@sonya
Copy link

sonya commented Aug 26, 2015

I downloaded the current leaflet-1.0.0-b1 and dropped it directly in the project. There was one line I had to change to make it stop throwing errors.

On line 11 of censusLayer.js, change
L.Class.extend
to
L.Layer.extend

After this it looks pretty okay, at least superficially

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants