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

No Tile rendering with leaflet 1.0.2 #31

Closed
manuamador opened this issue Nov 21, 2016 · 4 comments
Closed

No Tile rendering with leaflet 1.0.2 #31

manuamador opened this issue Nov 21, 2016 · 4 comments

Comments

@manuamador
Copy link

manuamador commented Nov 21, 2016

Hi,
No error in the console logs.
But tiles are not rendering with Leaflet 1.0.2.
I will try to investigate a bit.
Very nice package BTW.

@IvanSanchez
Copy link
Member

Can you publish a fiddle/codepen/playground that displays this behaviour? That works with Leaflet 1.0.1 but fails with 1.0.2?

@manuamador
Copy link
Author

@perliedman
Copy link
Member

perliedman commented Nov 22, 2016

VectorGrid's canvas rendering is currently broken with 1.0.2, but I'm working on a fix for this.

For a really quick workaround, you can probably just add this line to L.Canvas.Tile's initialize method:

		this._drawing = true;

@manuamador
Copy link
Author

Thanks !

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

3 participants