-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Setting map.showTileBoundaries = true causes TypeError: t is undefined. #3849
Comments
I'm not able to reproduce this in a simple example. Can you create a self-contained JSFiddle that demonstrates the issue? |
Unfortunately I can't reproduce the crash on JSFiddle. Could you try opening up this html in firefox?
|
Odd that it didn't trigger in JSFiddle. (https://jsfiddle.net/z4c74y1v/). Also, thanks for the very quick responses! |
Sorry about the regression, will look into it. |
@mourner I think it was caused on this line:
Can |
MapBox GL JS v0.28.0 with Firefox 50.0.2:
I'm drawing a simple map as follows:
This works fine, but if I add
map.showTileBoundaries = true;
afterwards, I get an error:
on mapbox-gl.js:72:4430 .
The text was updated successfully, but these errors were encountered: