TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

coords link in popup #561

Closed michihdeu closed 10 months ago

michihdeu commented 10 months ago

HDX has the same issue as we had on the main site, please refer to https://github.com/TravelMapping/Web/issues/613

The coords link omits trailing zeros, rather than doing a tofixed(6) on both lat and lon.

copy coords to clipboard

It's only about the link copied to clipboard. It's fine that the trailing zeros are omitted in the popup.

jteresco commented 10 months ago

Live on the main site.

michihdeu commented 10 months ago

Thanks. It's different than on the rest of the site (trailing zeros are displayed in the popup now) but it's fine for me.