Skip to content

Commit e84794d

Browse files
committed
set bold font in satellite
1 parent a54c8c3 commit e84794d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/maplibre/styles/basemaps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export function basemaps () {
205205
glyphs: versatilesGlyphs
206206
}
207207
},
208-
satelliteStreets: { description: window.__('High-resolution satellite imagery overlaid with streets and place labels.'), style: host + '/layers/satellite_with_streets.json', defaults: { labelColor: '#fff', labelShadow: '#000' } },
208+
satelliteStreets: { description: window.__('High-resolution satellite imagery overlaid with streets and place labels.'), style: host + '/layers/satellite_with_streets.json', defaults: { labelColor: '#fff', labelShadow: '#000', font: versatilesFont } },
209209

210210
// basemap.de
211211
basemapWorld: {

0 commit comments

Comments
 (0)