Skip to content

Commit

Permalink
Use inline delimiter in waterway labels
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jan 6, 2023
1 parent 00d067b commit b69677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/water.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const labelPaintProperties = {

const labelLayoutProperties = {
"symbol-placement": "line",
"text-field": Label.localizedName,
"text-field": Label.localizedNameInline,
"text-font": ["OpenHistorical Italic"],
"text-max-angle": 55,
};
Expand Down

0 comments on commit b69677b

Please sign in to comment.