-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Crash when loading style with expressions #11940
Comments
@anandthakker Do you think there’s a workaround to fix this in the style while the I’m just trying to change the building height to go from 0 (for all values) to @friedbunny Thanks for the heads up about this. |
@rasagy From my debugging, it looks to me like this is caused by this property in the "line-dasharray": [
"literal",
[
2,
3
]
], I'm working on a fix now, but in the meantime, you should be able to work around the problem by changing the above to: "line-dasharray": [
2,
3
], |
Platform: iOS
Mapbox SDK version: 4.0.0
Steps to trigger behavior
mapbox/cjgyas9fg000t2sphcvojsq0v
into the iOS application included with this framework.Expected behavior
Map should load without crashing the application.
Actual behavior
Hard crash 😢 - seems to be occurring at
mbgl::style::expression::findZoomCurveChecked
I tried bisecting this between 3.7.8 and 4.0.0 but wasn't able to find a related commit that may have caused this.
Here's the backtrace:
The text was updated successfully, but these errors were encountered: