Page MenuHomePhabricator

GeoCoordinateFormatter interprets precision as number of decimal places
Closed, ResolvedPublic

Description

Enter 1°23'45.6789" 1°23'45.6789", play around with the precisions and be surprised.

Precision 10° results in 1°23'45.6789000001"N, 1°23'45.6789000001"E.
Precision 1° results in 1°23'45.7"N, 1°23'45.7"E.

Thats the number of decimal places for the seconds. I'm confused. Wasn't the definition of "precision" that it's a degree value?


Version: master
Severity: normal
Whiteboard: u=dev c=frontend p=0
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=64820

Details

Reference
bz66653

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:13 AM
bzimport set Reference to bz66653.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 64820 ***