Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Bump mapbox-gl-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdnyakov committed Jul 17, 2019
1 parent 8c55c8b commit 05285a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 222 files
20 changes: 11 additions & 9 deletions platform/darwin/src/MGLSymbolStyleLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 05285a7

Please sign in to comment.