Skip to content

Commit

Permalink
feat: make default scalebar have white box
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 17, 2024
1 parent 8f26e46 commit 3c879d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polartoolkit/maps.py
Expand Up @@ -1019,7 +1019,7 @@ def round_to_1(x: float) -> float:
projection=projection,
map_scale=f'{position}+w{scale_length}k+f+l"km"+ar',
# verbose="e",
box=kwargs.get("scalebar_box", False),
box=kwargs.get("scalebar_box", "+gwhite"),
)


Expand Down

0 comments on commit 3c879d5

Please sign in to comment.