You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I instanciated a Map, created 2 ScaleControl one nautical and one metric
The result is this :
There is a space in front of the nm only,
This is coming from https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/scale_control.js where there is a special case for nautical-mile setting in the method _setScale
I like this space, and I would love to have spaces between numbers and unit consistently !
Having the choice if "space or not" would be even better.
Cheers
The text was updated successfully, but these errors were encountered:
I instanciated a Map, created 2 ScaleControl one
nautical
and onemetric
The result is this :
There is a space in front of the
nm
only,This is coming from https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/control/scale_control.js where there is a special case for
nautical-mile
setting in the method_setScale
I like this space, and I would love to have spaces between numbers and unit consistently !
Having the choice if "space or not" would be even better.
Cheers
The text was updated successfully, but these errors were encountered: