Skip to content

Commit

Permalink
Address issue with state labels being too large (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edefritz authored Dec 27, 2023
1 parent b3f4be6 commit eca4d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/src/base_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1985,11 +1985,11 @@ export function labels_layers(source: string, t: Theme): LayerSpecification[] {
"step",
["zoom"],
["get", "name:short"],
5,
6,
["get", "name"],
],
"text-font": ["Noto Sans Regular"],
"text-size": ["interpolate", ["linear"], ["zoom"], 3, 11, 7, 24],
"text-size": ["interpolate", ["linear"], ["zoom"], 3, 11, 7, 16],
"text-radial-offset": 0.2,
"text-anchor": "center",
"text-transform": "uppercase",
Expand Down

0 comments on commit eca4d11

Please sign in to comment.