-
Notifications
You must be signed in to change notification settings - Fork 122
Conversation
mapbox/mapbox-gl-native#16340 introduced a couple compiler errors in mbgl-core:
I wonder why these /cc @mapbox/gl-native |
This should be an issue for https://github.com/mapbox/mapbox-gl-native-team/issues/272 rather? |
mapbox/mapbox-gl-native#16413 will fix the build error. |
8d9f276
to
72e4b5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
8002e8e
to
0448ad1
Compare
Upgraded to master of mapbox-gl-native in preparation for mbgl v1.6.0-rc.2. In addition to the usual submodule update, this PR unsuppresses the
circle-sort-key
property, removing the override added in mapbox/mapbox-gl-native#15008.Changelog entries as of writing:
MGLCircleStyleLayer.circleSortKey
property. ([core] Enable circle-sort-key property mapbox-gl-native#15875)-[MGLStyle removeImageForName:]
method with the name of a nonexistent image. (When removing an image use the correct list ptr for presence verification mapbox-gl-native#16391)Changelog entries for macOS:
Additional changelog entries expected by the time v1.6.0-rc.2 comes out:
MGLIdeographicFontFamilyName
Info.plist key now also accepts an array of font family names, to customize font fallback behavior. It can also be set to a Boolean value ofNO
to force the SDK to typeset CJK characters in a remote font specified byMGLSymbolStyleLayer.textFontNames
. ([ios, macos] Default to local rendering of CJK characters, using system font mapbox-gl-native#14862)MGLIdeographicFontFamilyName
Info.plist key can now be set to the display names or PostScript names of individual fonts. (Allow specifying multiple fonts or font families for local font rendering #189)/cc @mapbox/maps-ios