mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
fix: use Noto Sans Medium for contour labels (Bold not in protomaps assets)
This commit is contained in:
parent
400c485833
commit
5df01b1428
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ function addContours(map) {
|
||||||
'symbol-placement': 'line',
|
'symbol-placement': 'line',
|
||||||
'text-size': ['interpolate', ['linear'], ['zoom'], 7, 9, 11, 11, 14, 13],
|
'text-size': ['interpolate', ['linear'], ['zoom'], 7, 9, 11, 11, 14, 13],
|
||||||
'text-field': ['concat', ['number-format', ['get', 'ele'], {}], "'"],
|
'text-field': ['concat', ['number-format', ['get', 'ele'], {}], "'"],
|
||||||
'text-font': ['Noto Sans Bold'],
|
'text-font': ['Noto Sans Medium'],
|
||||||
'text-max-angle': 25,
|
'text-max-angle': 25,
|
||||||
},
|
},
|
||||||
paint: {
|
paint: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue