woheller69 / gpscockpit

Android GPS dashboard and head-up display
GNU Affero General Public License v3.0
190 stars 11 forks source link

Enhancement Request: show position data in other formats #25

Closed jp-coding closed 1 year ago

jp-coding commented 1 year ago

Please add an option to display the position not only in decimal notation but also in DMS as nautical charts and plotters use it. So an option to display 40°42'51" N, 74°0'21" W rather than 40.714, -74.006 would be great.

woheller69 commented 1 year ago

will think about it. Should that format always be used in nautical mode or should it be a separate option?

woheller69 commented 1 year ago

For a first test I implemented it for nautical mode. Unfortunately this format requires more space so I had to scale the text.

Uninstall Remove.zip and install

app-release.apk.zip

woheller69 commented 1 year ago

Another update: Reduced display of seconds to 0.1" to save some space app-release.apk.zip

woheller69 commented 1 year ago

Better solution without changing text size app-release.apk.zip