OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Can coordinate information always show 6 digits? #272

Closed smalers closed 4 years ago

smalers commented 4 years ago

The coordinate display does not always show the same number of digits. It would be nice if the format was always 6 digits after the decimal, which provides appropriate detail for high-resolution work. People can choose to truncate the coordinates if they don't want that detail. Always formatting to 6 would provide consistency. Is this possible?

Nightsphere commented 4 years ago

The existing code in the InfoMapper was using built-in Leaflet code that had a bug in rounding numbers. It has been changed to toFixed(6) which will return 6 numbers no matter what. Closing the issue.