diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-12-19 14:46:51 -0800 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2019-01-08 12:13:58 -0800 |
commit | f867c5784ccc63d419ebf8ee3dcef9fa4b610704 (patch) | |
tree | eea9184d044754861f85502727a3a16f2b1875ee /platform/darwin | |
parent | 4a858eb381ab339ed6634ad05efe4a3d555a7f35 (diff) | |
download | qtlocation-mapboxgl-f867c5784ccc63d419ebf8ee3dcef9fa4b610704.tar.gz |
[ios, macos] Bump code comments to streets-v8
Diffstat (limited to 'platform/darwin')
-rw-r--r-- | platform/darwin/src/MGLStyle.h | 2 | ||||
-rw-r--r-- | platform/darwin/src/NSExpression+MGLAdditions.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h index 4972524c95..7abfdd4e3d 100644 --- a/platform/darwin/src/MGLStyle.h +++ b/platform/darwin/src/MGLStyle.h @@ -551,7 +551,7 @@ MGL_EXPORT This method automatically modifies the text property of any symbol style layer in the style whose source is the - <a href="https://www.mapbox.com/vector-tiles/mapbox-streets-v7/#overview">Mapbox Streets source</a>. + <a href="https://www.mapbox.com/vector-tiles/mapbox-streets-v8/#overview">Mapbox Streets source</a>. On iOS, the user can set the system’s preferred language in Settings, General Settings, Language & Region. On macOS, the user can set the system’s preferred language in the Language & Region pane of System Preferences. diff --git a/platform/darwin/src/NSExpression+MGLAdditions.h b/platform/darwin/src/NSExpression+MGLAdditions.h index a242ecff42..e4b83f0386 100644 --- a/platform/darwin/src/NSExpression+MGLAdditions.h +++ b/platform/darwin/src/NSExpression+MGLAdditions.h @@ -204,7 +204,7 @@ FOUNDATION_EXTERN MGL_EXPORT const MGLExpressionInterpolationMode MGLExpressionI This method assumes the receiver refers to the feature attributes that are available in vector tiles supplied by the - <a href="https://www.mapbox.com/vector-tiles/mapbox-streets-v7/#overview">Mapbox Streets source</a>. + <a href="https://www.mapbox.com/vector-tiles/mapbox-streets-v8/#overview">Mapbox Streets source</a>. On iOS, the user can set the system’s preferred language in Settings, General Settings, Language & Region. On macOS, the user can set the system’s preferred language in the Language & Region pane of System Preferences. |