View Single Post
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#26
Originally Posted by tps View Post
Not specific to this release, but is there any reason that adding a POI will only let you add the coords in decimal and not in the specified format in setup? I usually use dd mm.mmm, but have to whip out the calculator, or go online for the conversion when I want to manually add a POI.
Actually, technically, you can use any degree format you want when specifying degrees in any dialog box, not just your specified degree format, and not just on certain dialog boxes.

The problem with the Add/Edit POI dialog boxes is that the degrees were not being formatted before pre-populating the text fields. But the code to parse them should still work, and that parsing code is format-agnostic (it understands all of the formats at once).

The dialog will be corrected in the next version. Thanks for the catch!