Skip to content

Commit

Permalink
Update scalebar default
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Jan 19, 2024
1 parent d945eb0 commit 6e2da4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/_default.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ window.onload = async () => {
locale: locale,
hooks: true,
scrollWheelZoom: true,
scalebar: locale.scaleBar || 'metric', //'imperial'
scalebar: locale.scaleBar === 'imperial' ? 'imperial' : 'metric',
attribution: {
target: document.querySelector('#Attribution > .attribution-links'),
links: {
Expand Down

0 comments on commit 6e2da4c

Please sign in to comment.