We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: