diff --git a/js/id/ui/scale.js b/js/id/ui/scale.js index 2136f2295..d24d00fb9 100644 --- a/js/id/ui/scale.js +++ b/js/id/ui/scale.js @@ -1,6 +1,6 @@ iD.ui.Scale = function(context) { var projection = context.projection, - imperial = (iD.detect().locale === 'en-us'), + imperial = (iD.detect().locale.toLowerCase() === 'en-us'), maxLength = 180, tickHeight = 8;