Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a136a89

Browse filesBrowse files
committed
fix the built in style glyphs
1 parent 0f323f2 commit a136a89
Copy full SHA for a136a89

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎src/plots/maplibre/constants.js

Copy file name to clipboardExpand all lines: src/plots/maplibre/constants.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var stylesMapLibre = {
4848
minzoom: 0,
4949
maxzoom: 22
5050
}],
51-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
51+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
5252
},
5353
'white-bg': {
5454
id: 'white-bg',
@@ -61,7 +61,7 @@ var stylesMapLibre = {
6161
minzoom: 0,
6262
maxzoom: 22
6363
}],
64-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
64+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
6565
},
6666
'carto-positron': {
6767
id: 'carto-positron',
@@ -81,7 +81,7 @@ var stylesMapLibre = {
8181
minzoom: 0,
8282
maxzoom: 22
8383
}],
84-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
84+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
8585
},
8686
'carto-darkmatter': {
8787
id: 'carto-darkmatter',
@@ -101,7 +101,7 @@ var stylesMapLibre = {
101101
minzoom: 0,
102102
maxzoom: 22
103103
}],
104-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
104+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
105105
},
106106
'stamen-terrain': {
107107
id: 'stamen-terrain',
@@ -121,7 +121,7 @@ var stylesMapLibre = {
121121
minzoom: 0,
122122
maxzoom: 22
123123
}],
124-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
124+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
125125
},
126126
'stamen-toner': {
127127
id: 'stamen-toner',
@@ -141,7 +141,7 @@ var stylesMapLibre = {
141141
minzoom: 0,
142142
maxzoom: 22
143143
}],
144-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
144+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
145145
},
146146
'stamen-watercolor': {
147147
id: 'stamen-watercolor',
@@ -161,7 +161,7 @@ var stylesMapLibre = {
161161
minzoom: 0,
162162
maxzoom: 22
163163
}],
164-
glyphs: 'https://fonts.openmaptiles.org/{fontstack}/{range}.pbf'
164+
glyphs: 'https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf'
165165
}
166166
};
167167

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.