Skip to content

Commit

Permalink
fix the built in style glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Jun 5, 2024
1 parent 0f323f2 commit a136a89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/plots/maplibre/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'white-bg': {
id: 'white-bg',
Expand All @@ -61,7 +61,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'carto-positron': {
id: 'carto-positron',
Expand All @@ -81,7 +81,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'carto-darkmatter': {
id: 'carto-darkmatter',
Expand All @@ -101,7 +101,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'stamen-terrain': {
id: 'stamen-terrain',
Expand All @@ -121,7 +121,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'stamen-toner': {
id: 'stamen-toner',
Expand All @@ -141,7 +141,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
},
'stamen-watercolor': {
id: 'stamen-watercolor',
Expand All @@ -161,7 +161,7 @@ var stylesMapLibre = {
minzoom: 0,
maxzoom: 22
}],
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
}
};

Expand Down

0 comments on commit a136a89

Please sign in to comment.