Opened 16 years ago
Closed 16 years ago
#2846 closed defect (fixed)
Download from OSM generates rounded lat/lon
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Going:
File->Download from OSM
and clicking the Bounding Box tab gives four corners (for the current area in the view-finder), each of which is shown to an excess 14 decimal digits. Eg.
53.30857243961813 -2.6661272886038416
53.31644669215377 -2.6469121273307743
But, the URL given below (to allow pasting back into a browser) is rounded down to zero decimal digits, making it utterly useless:
Ideally the four corners displayed and download URL should all be given to 4-6 decimal places.
Fixed in r1740. Java optimizations are a bit too optimistic.
P.S. The Startpage is NOT the right place to announce minor issues which are fixed in next days build!