-
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
Worker.redoplacement throws AssertionError on Satellite Raster when pitched #3614
Comments
@lbud reports being able to reproduce this bug. It may be related to some other raster image regressions in the latest release. |
I'm surprised it gets to the worker stage — raster tiles shouldn't be related to that code in any way. |
Right — video and image sources also hit this bug. For the sake of pulling together a quick proof of concept for #3580 I threw in the return statement if source type was undefined here. It looks like on both I don't know enough about the history of the source/source cache refactor to speak to what this looked like before/where we should break out of this codepath if a source is not vector or geojson. @mourner do you recall? |
@lbud I don't recall touching the source cache code, but will take a look today. |
mapbox-gl-js version 0.27.0:
Steps to Trigger Behavior
Expected Behavior
Normal map experience without console full of error messages
Actual Behavior
Console full of assertion errors
The text was updated successfully, but these errors were encountered: