From 5ccb43477fc1d2028aef283d0db64848ebc9a347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 2 May 2016 14:26:13 -0700 Subject: [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. --- include/mbgl/util/default_styles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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); -- cgit v1.2.1