Skip to content

Commit 8eb286c

Browse files
authored
Expose Mapbox Standard Satellite style (#632)
* Expose Mapbox Standard Satellite style * Add changelog entry
1 parent db33afa commit 8eb286c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### main
22

3+
* Expose `MapboxStyles.STANDARD_SATELLITE` style.
4+
35
### 2.2.0-beta.1
46

57
* Support local assets for 3D puck and `ModelLayer`. To use a local assets, please specify it with `asset://` scheme in the uri.

lib/src/style/mapbox_styles.dart

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ class MapboxStyles {
66
/// Mapbox Standard is a general-purpose style with 3D visualization.
77
static const String STANDARD = "mapbox://styles/mapbox/standard";
88

9+
/// Mapbox Standard Satellite
10+
static const String STANDARD_SATELLITE = "mapbox://styles/mapbox/standard-satellite";
11+
912
/// Mapbox Streets: A complete base map, perfect for incorporating your own data. Using this
1013
/// constant means your map style will always use the latest version and may change as we
1114
/// improve the style.

0 commit comments

Comments
 (0)