Skip to content

Commit e92dd0f

Browse files
committed
Update MapLibre map font files
This fixes several missing scripts for labels on the map.
1 parent b1741f3 commit e92dd0f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
[pbf-sdf-fonts]
4242
url=git@github.com:motis-project/pbf-sdf-fonts.git
4343
branch=master
44-
commit=66f0c760272c7bdd0efeaac5aab5520b9194225e
44+
commit=32e9dfe72fcf0be3477f262880f66f8a1248a381
4545
[protozero]
4646
url=git@github.com:motis-project/protozero.git
4747
branch=master

client/style-background.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const style = (map) => {
228228
"layout": {
229229
"symbol-placement": "line",
230230
"text-field": ["get", "ref"],
231-
"text-font": ["Noto Sans Display Regular"],
231+
"text-font": ["Noto Sans Regular"],
232232
"text-size": 10,
233233
"text-rotation-alignment": "viewport"
234234
},
@@ -246,7 +246,7 @@ export const style = (map) => {
246246
"layout": {
247247
"symbol-placement": "line",
248248
"text-field": ["get", "name"],
249-
"text-font": ["Noto Sans Display Regular"],
249+
"text-font": ["Noto Sans Regular"],
250250
"text-size": 10,
251251
},
252252
"paint": {
@@ -267,7 +267,7 @@ export const style = (map) => {
267267
"layout": {
268268
"symbol-sort-key": ["-", ["coalesce", ["get", "population"], 0]],
269269
"text-field": ["get", "name"],
270-
"text-font": ["Noto Sans Display Regular"],
270+
"text-font": ["Noto Sans Regular"],
271271
"text-size": 12
272272
},
273273
"paint": {
@@ -284,7 +284,7 @@ export const style = (map) => {
284284
"layout": {
285285
"symbol-sort-key": ["-", ["coalesce", ["get", "population"], 0]],
286286
"text-field": ["get", "name"],
287-
"text-font": ["Noto Sans Display Bold"],
287+
"text-font": ["Noto Sans Bold"],
288288
"text-size": ["interpolate", ["linear"], ["zoom"],
289289
6, 12,
290290
9, 16],
@@ -310,7 +310,7 @@ export const style = (map) => {
310310
// "source-layer": "tiles_debug_info",
311311
// "layout": {
312312
// "text-field": ["get", "tile_id"],
313-
// "text-font": ["Noto Sans Display Bold"],
313+
// "text-font": ["Noto Sans Bold"],
314314
// "text-size": 16,
315315
// },
316316
// "paint": {

client/style-default.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export const style = (map) => {
266266
"layout": {
267267
"symbol-placement": "line",
268268
"text-field": ["get", "ref"],
269-
"text-font": ["Noto Sans Display Regular"],
269+
"text-font": ["Noto Sans Regular"],
270270
"text-size": ["case", ["==", ["get", "highway"], "motorway"], 11, 10],
271271
"text-justify": "center",
272272
"text-rotation-alignment": "viewport",
@@ -289,7 +289,7 @@ export const style = (map) => {
289289
"layout": {
290290
"symbol-placement": "line",
291291
"text-field": ["get", "name"],
292-
"text-font": ["Noto Sans Display Regular"],
292+
"text-font": ["Noto Sans Regular"],
293293
"text-size": 9,
294294
},
295295
"paint": {
@@ -307,7 +307,7 @@ export const style = (map) => {
307307
"layout": {
308308
// "symbol-sort-key": ["get", "population"],
309309
"text-field": ["get", "name"],
310-
"text-font": ["Noto Sans Display Regular"],
310+
"text-font": ["Noto Sans Regular"],
311311
"text-size": 12
312312
},
313313
"paint": {
@@ -324,7 +324,7 @@ export const style = (map) => {
324324
"layout": {
325325
// "symbol-sort-key": ["get", "population"],
326326
"text-field": ["get", "name"],
327-
"text-font": ["Noto Sans Display Bold"],
327+
"text-font": ["Noto Sans Bold"],
328328
"text-size": 18
329329
},
330330
"paint": {

0 commit comments

Comments
 (0)