Be-Prepared / Be-Prepared.github.io

Handy PWA filled with useful tools.
Other
0 stars 0 forks source link

Allow UTM shorthand #3

Open fidian opened 3 months ago

fidian commented 3 months ago

Allow UTM shorthand where the zone and possibly letter are omitted. Pick the closest area based on the current location.

Normally this uses something like 12 J 123456 1234567. Allow both j 123456 1234567 as well as 123456 1234567.

fidian commented 3 months ago

May need a shared modal and service for getting the location within a reasonable amount of time, showing the user a modal during this period, then handling success and errors. See #8 for a related ticket.