-
Notifications
You must be signed in to change notification settings - Fork 122
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mapbox/mapbox-gl-native#16158 increased the minimum deployment target from iOS 9.0 to iOS 12.0. This makes it incompatible with the iOS map SDK, which still deploys backward to iOS 9.0. It isn’t particularly obvious, but the linker errors and warnings above are due to this minimum deployment target mismatch, because iOS 11 dropped the armv7 architecture. |
#140 attempted to port mapbox/mapbox-gl-native#16031, but it introduced an unused file and omitted the MGLMapView integrations on both iOS and macOS, so I manually re-ported those changes. |
This PR is blocked on the fix in mapbox/mapbox-gl-native#16242, so we’ll have to upgrade to v1.2.1 rather than v1.2.0. |
I’ve upgraded to mapbox-gl-native v1.3.0 and made the changes required by mapbox/mapbox-gl-native#16238. |
This comment has been minimized.
This comment has been minimized.
No one using the iOS or macOS map SDK will know whether it supports “global collision detection” based on “GL JS v0.42.0 or greater”.
Upgraded Mapbox GL Native from release-unicorn to v1.3.0:
in
expression function for testing whether a value is included in an array expression or whether a string is a substring of another string. Use this function in expressions in style JSON or with theMGL_FUNCTION()
syntax in anNSExpression
format string. ([core] Implement 'in' expression. mapbox-gl-native#16162)within
expression function for testing whether the evaluated feature lies within the given GeoJSON object. Use this function in expressions in style JSON or with theMGL_FUNCTION()
syntax in anNSExpression
format string. (EnableWithin
Expression with paint property + Filter Expression mapbox-gl-native#16157)MGLLineStyleLayer.lineSortKey
andMGLFillStyleLayer.fillSortKey
properties. (Restore runtime styling code generation #179, Enablewithin
Expression with layout property mapbox-gl-native#16194, [core] Supportline within polygon
inwithin
expression mapbox-gl-native#16220)MGLSymbolStyleLayer.lineDashPattern
value of{1, 0}
resulted in hairline gaps. (Port line-dasharray fix from gl-js mapbox-gl-native#16202)MGLOfflinePackUserInfoKeyError
user info key of theMGLOfflinePackErrorNotification
now indicates the resource that could not be downloaded. (Improve behavior on getting error 404 during offline regions loading mapbox-gl-native#16240)MGLMapView.debugMask
property. (Memory consumption keeps growing when Debug info is enabled mapbox-gl-native#15179)Depends on mapbox/mapbox-gl-native#16242.
/cc @mapbox/maps-ios @mapbox/gl-native