summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle.h
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-12-18 16:00:19 -0500
committerGitHub <noreply@github.com>2018-12-18 16:00:19 -0500
commit1c7cd243c4cf24f88f452490a0e5caac6642c450 (patch)
tree96ab88bb88399ead356c070989b07a8d9a825765 /platform/darwin/src/MGLStyle.h
parent77ce700274656522a11082d0e379d86f6d13438c (diff)
downloadqtlocation-mapboxgl-1c7cd243c4cf24f88f452490a0e5caac6642c450.tar.gz
[core,ios,macos] Updates default styles to streets v11, etc. (#13585)
Diffstat (limited to 'platform/darwin/src/MGLStyle.h')
-rw-r--r--platform/darwin/src/MGLStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 2b2f0998d4..547b7ccee5 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
the constant itself. Such details may change significantly from version to
version.
*/
-static MGL_EXPORT const NSInteger MGLStyleDefaultVersion = 10;
+static MGL_EXPORT const NSInteger MGLStyleDefaultVersion = 11;
FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLInvalidStyleURLException;
FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLRedundantLayerException;