Opened 6 years ago
Closed 6 years ago
#18068 closed enhancement (fixed)
reduce number of decimal places to 5 [patch]
Reported by: | Klumbumbus | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin imagery-xml-bounds | Version: | |
Keywords: | Cc: |
Description
Currently it produces 7 decimal places which is useless. By rounding to 5 decimal places the maximum error is still <1m if I'm correct which is enough for imagery bounds. And in ImageryCompare we round to 5 decimal places anyway.
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | reduce number of decimal places to 5 → reduce number of decimal places to 5 [patch] |
---|
Replying to Klumbumbus:
removes also ending zeros which is not fine.
Ah, no it already removes ending zeros with the current build, I thought it doesn't. So the patch is probably fine.
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [o35100:35101]. Thanks!
I already tried it by removing two ## in this line in ComputeBoundsAction.java which works but removes also ending zeros which is not fine.