Skip to content

Commit

Permalink
scale bar: slight performance improvement (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost authored Jan 8, 2025
1 parent ef3ff80 commit 206671f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal fun defaultSecondaryMeasure(primary: ScaleBarMeasure, region: String?):
}

internal val regionsUsingFeetAndMiles =
listOf(
setOf(
// United states and its unincorporated territories
"US",
"AS",
Expand All @@ -51,7 +51,7 @@ internal val regionsUsingFeetAndMiles =
)

internal val regionsUsingYardsAndMiles =
listOf(
setOf(
// United kingdom with its overseas territories and crown dependencies
"GB",
"AI",
Expand Down

0 comments on commit 206671f

Please sign in to comment.