diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-07-14 14:26:40 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-07-14 14:26:40 +0300 |
commit | 938165de174e9dbec523739378122b4f970a2ac0 (patch) | |
tree | d0333727616fdca933bc4cb6753f4edc5d298bc3 /platform | |
parent | 27bd305b1bd8a792674fff65dd0fe97ee85c27d6 (diff) | |
download | qtlocation-mapboxgl-938165de174e9dbec523739378122b4f970a2ac0.tar.gz |
Re-enable the Satellite style on the Linux/OSX app
Diffstat (limited to 'platform')
-rw-r--r-- | platform/default/default_styles.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/default/default_styles.cpp b/platform/default/default_styles.cpp index a631008a4b..e25d96e4c9 100644 --- a/platform/default/default_styles.cpp +++ b/platform/default/default_styles.cpp @@ -7,7 +7,8 @@ const std::vector<std::pair<std::string, std::string>> defaultStyles = { { "asset://styles/mapbox-streets-v7.json", "Mapbox Streets" }, { "asset://styles/emerald-v7.json", "Emerald" }, { "asset://styles/light-v7.json", "Light" }, - { "asset://styles/dark-v7.json", "Dark" } + { "asset://styles/dark-v7.json", "Dark" }, + { "asset://styles/satellite-v7.json", "Satellite" } }; } // end namespace util |