summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-05-02 14:26:13 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-06 11:06:51 -0700
commit5ccb43477fc1d2028aef283d0db64848ebc9a347 (patch)
tree7b1b3d45e201b830bc692e639cf1b5e3607a9113 /include/mbgl/util
parent4a112c00f1634be40d10aa4797ac8e9262b8711a (diff)
downloadqtlocation-mapboxgl-5ccb43477fc1d2028aef283d0db64848ebc9a347.tar.gz
[ios, osx] Renamed Hybrid to Satellite Streets
The style ID has also changed, but the unversioned method will continue to point to the old v8 style ID.
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/default_styles.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/default_styles.hpp b/include/mbgl/util/default_styles.hpp
index 2043dd3f5b..05015ab4c9 100644
--- a/include/mbgl/util/default_styles.hpp
+++ b/include/mbgl/util/default_styles.hpp
@@ -18,10 +18,10 @@ extern const DefaultStyle outdoors;
extern const DefaultStyle light;
extern const DefaultStyle dark;
extern const DefaultStyle satellite;
-extern const DefaultStyle hybrid;
+extern const DefaultStyle satelliteStreets;
const DefaultStyle orderedStyles[] = {
- streets, outdoors, light, dark, satellite, hybrid,
+ streets, outdoors, light, dark, satellite, satelliteStreets,
};
const size_t numOrderedStyles = sizeof(orderedStyles) / sizeof(DefaultStyle);