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
LineBucket::addGeometry() will crash in the lambda that sets "first" when "coordinates" is empty in line_bucket.cpp.
There are no consistent repro steps. I'm loading a vector mbtiles file and zooming to make it happen. The crash is intermittent.
I have not researched a proper solution. I have hacked in a check for empty that returns 0 from the lambda to keep moving.
The text was updated successfully, but these errors were encountered:
It would be useful to know if you are using the legacy renderer or the drawable renderer.
Sorry, something went wrong.
It looks like I have the legacy renderer enabled as I didn't change any of the cmake default options.
Added a PR here: #2959.
No branches or pull requests
LineBucket::addGeometry() will crash in the lambda that sets "first" when "coordinates" is empty in line_bucket.cpp.
There are no consistent repro steps. I'm loading a vector mbtiles file and zooming to make it happen. The crash is intermittent.
I have not researched a proper solution. I have hacked in a check for empty that returns 0 from the lambda to keep moving.
The text was updated successfully, but these errors were encountered: