Skip to content

Commit

Permalink
Fix water POI label font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 5, 2024
1 parent 3750b87 commit 3cc7783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ function loadTrailLayers() {
],
""
],
{},
{"text-font": ['literal', ["Americana-Bold"]]},
[
"case",
["has", "lock:height"], ["concat", [
Expand All @@ -623,7 +623,7 @@ function loadTrailLayers() {
],
""
],
{},
{"text-font": ['literal', ["Americana-Bold"]]},
[
"case",
["has", "height"], ["concat", [
Expand Down Expand Up @@ -656,7 +656,7 @@ function loadTrailLayers() {
], " ft"],
""
],
{},
{"text-font": ['literal', ["Americana-Regular"]]},
]
]
],
Expand Down

0 comments on commit 3cc7783

Please sign in to comment.