diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-08-13 10:07:11 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-08-20 11:59:07 -0700 |
commit | 8d7d770bbc63788b85cbfcb3ab09ad824c79645a (patch) | |
tree | da2c93d0bead05a85060a35044ff5c19f4a37c8f /platform/default | |
parent | 98534631e068477930a32ca25459dca4f3bb6170 (diff) | |
download | qtlocation-mapboxgl-8d7d770bbc63788b85cbfcb3ab09ad824c79645a.tar.gz |
Update styles
Diffstat (limited to 'platform/default')
-rw-r--r-- | platform/default/default_styles.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/default/default_styles.cpp b/platform/default/default_styles.cpp index e25d96e4c9..9ee5414974 100644 --- a/platform/default/default_styles.cpp +++ b/platform/default/default_styles.cpp @@ -4,11 +4,11 @@ namespace mbgl { namespace util { 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/satellite-v7.json", "Satellite" } + { "asset://styles/streets-v8.json", "Mapbox Streets" }, + { "asset://styles/emerald-v8.json", "Emerald" }, + { "asset://styles/light-v8.json", "Light" }, + { "asset://styles/dark-v8.json", "Dark" }, + { "asset://styles/satellite-v8.json", "Satellite" } }; } // end namespace util |