Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Upgrade default styles to v11 #13553

Closed
1ec5 opened this issue Dec 12, 2018 · 2 comments
Closed

Upgrade default styles to v11 #13553

1ec5 opened this issue Dec 12, 2018 · 2 comments
Labels
Android Mapbox Maps SDK for Android Core The cross-platform C++ core, aka mbgl iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS release blocker Blocks the next final release

Comments

@1ec5
Copy link
Contributor

1ec5 commented Dec 12, 2018

When version 11 of the Mapbox Streets style and other Mapbox-designed styles are released, the following constants will need to be updated:

constexpr const DefaultStyle streets = { "mapbox://styles/mapbox/streets-v10", "Streets", 10 };
constexpr const DefaultStyle outdoors = { "mapbox://styles/mapbox/outdoors-v10", "Outdoors", 10 };
constexpr const DefaultStyle light = { "mapbox://styles/mapbox/light-v9", "Light", 9 };
constexpr const DefaultStyle dark = { "mapbox://styles/mapbox/dark-v9", "Dark", 9 };
constexpr const DefaultStyle satellite = { "mapbox://styles/mapbox/satellite-v9", "Satellite", 9 };
constexpr const DefaultStyle satelliteStreets = { "mapbox://styles/mapbox/satellite-streets-v10", "Satellite Streets", 10 };

The style versions have also been hard-coded elsewhere; see #6301 for pointers.

/cc @mapbox/maps-ios @mapbox/maps-android @brsbl

@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS Android Mapbox Maps SDK for Android Core The cross-platform C++ core, aka mbgl release blocker Blocks the next final release labels Dec 12, 2018
@1ec5 1ec5 added this to the release-iowaska milestone Dec 12, 2018
@LukasPaczos
Copy link
Member

/cc @nickidlugash

@LukasPaczos
Copy link
Member

#13585 and #13615 landed so I think we're good to close here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android Core The cross-platform C++ core, aka mbgl iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS release blocker Blocks the next final release
Projects
None yet
Development

No branches or pull requests

2 participants