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

Leaflet.VectorGrid does not work on newest Leaflet v1.3.2 and v1.3.3 #175

Closed
ashleysommer opened this issue Jul 31, 2018 · 1 comment
Closed

Comments

@ashleysommer
Copy link

Offending line in Leaflet.VectorGrid is

L.Util.requestAnimFrame(done.bind(coords, null, null));

In this case, the third parameter of done() should be a Tile, not a null, due to new attribute checking in Leaflet.

See this issue on the Leaflet issue tracker:
Leaflet/Leaflet#6245

Leaflet.VectorGrid works fine if you pin Leaflet to ==1.3.1

@ashleysommer
Copy link
Author

Upstream bug in leaflet is fixed in leaflet 1.3.4.
Put leaflet: ^1.3.4 in your dependencies to fix.

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

No branches or pull requests

2 participants