Skip to content

Commit 4bbfd60

Browse files
authored
Update Mapbox style names to include version numbers
1 parent 81b0405 commit 4bbfd60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/config/gh-pages.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,31 +133,31 @@ const stylePresets = [
133133
presets: [
134134
{
135135
id: 'mapbox-streets',
136-
name: 'Mapbox Streets',
136+
name: 'Mapbox Streets v11',
137137
type: 'mapbox-gl',
138138
url: 'mapbox://styles/mapbox/streets-v11',
139139
},
140140
{
141141
id: 'mapbox-outdoors',
142-
name: 'Mapbox Outdoors',
142+
name: 'Mapbox Outdoors v11',
143143
type: 'mapbox-gl',
144144
url: 'mapbox://styles/mapbox/outdoors-v11',
145145
},
146146
{
147147
id: 'mapbox-light',
148-
name: 'Mapbox Light',
148+
name: 'Mapbox Light v10',
149149
type: 'mapbox-gl',
150150
url: 'mapbox://styles/mapbox/light-v10',
151151
},
152152
{
153153
id: 'mapbox-dark',
154-
name: 'Mapbox Dark',
154+
name: 'Mapbox Dark v10',
155155
type: 'mapbox-gl',
156156
url: 'mapbox://styles/mapbox/dark-v10',
157157
},
158158
{
159159
id: 'mapbox-satellite-streets',
160-
name: 'Mapbox Satellite Streets',
160+
name: 'Mapbox Satellite Streets v11',
161161
type: 'mapbox-gl',
162162
url: 'mapbox://styles/mapbox/satellite-streets-v11',
163163
},

0 commit comments

Comments
 (0)