From f63a906ea137da39466903cb5397754633f28bf7 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 17 Jul 2019 11:45:17 +0300 Subject: Bump mapbox-gl-js version --- mapbox-gl-js | 2 +- platform/darwin/src/MGLSymbolStyleLayer.h | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/mapbox-gl-js b/mapbox-gl-js index b0a37a059a..8e77fc87ad 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit b0a37a059af486e3577fad432904bc1341b17f58 +Subproject commit 8e77fc87ad0e477df7d01dc0534ddacc23358cd4 diff --git a/platform/darwin/src/MGLSymbolStyleLayer.h b/platform/darwin/src/MGLSymbolStyleLayer.h index f0a2472dba..658a31679e 100644 --- a/platform/darwin/src/MGLSymbolStyleLayer.h +++ b/platform/darwin/src/MGLSymbolStyleLayer.h @@ -1166,8 +1166,8 @@ MGL_EXPORT The default value of this property is an expression that evaluates to `center`. Set this property to `nil` to reset it to the default value. - This property is only applied to the style if `text` is non-`nil`. Otherwise, - it is ignored. + This property is only applied to the style if `text` is non-`nil`, and + `textVariableAnchor` is set to `nil`. Otherwise, it is ignored. You can set this property to an expression containing any of the following: @@ -1380,7 +1380,8 @@ MGL_EXPORT ems downward. Set this property to `nil` to reset it to the default value. This property is only applied to the style if `text` is non-`nil`, and - `textRadialOffset` is set to `nil`. Otherwise, it is ignored. + `textRadialOffset` is set to `nil`, and `textVariableAnchor` is set to `nil`. + Otherwise, it is ignored. You can set this property to an expression containing any of the following: @@ -1403,7 +1404,8 @@ MGL_EXPORT ems upward. Set this property to `nil` to reset it to the default value. This property is only applied to the style if `text` is non-`nil`, and - `textRadialOffset` is set to `nil`. Otherwise, it is ignored. + `textRadialOffset` is set to `nil`, and `textVariableAnchor` is set to `nil`. + Otherwise, it is ignored. You can set this property to an expression containing any of the following: @@ -1503,8 +1505,8 @@ MGL_EXPORT The default value of this property is an expression that evaluates to the float `0`. Set this property to `nil` to reset it to the default value. - This property is only applied to the style if `textOffset` is set to `nil`. - Otherwise, it is ignored. + This property is only applied to the style if `text` is non-`nil`. Otherwise, + it is ignored. You can set this property to an expression containing any of the following: @@ -1611,9 +1613,9 @@ MGL_EXPORT an offset, use the `textRadialOffset` instead of the two-dimensional `textOffset`. - This property is only applied to the style if `textAnchor` is set to `nil`, and - `textOffset` is set to `nil`, and `symbolPlacement` is set to an expression - that evaluates to or `MGLSymbolPlacementPoint`. Otherwise, it is ignored. + This property is only applied to the style if `text` is non-`nil`, and + `symbolPlacement` is set to an expression that evaluates to or + `MGLSymbolPlacementPoint`. Otherwise, it is ignored. You can set this property to an expression containing any of the following: -- cgit v1.2.1