Support clear text coordinates in the url #7

Merged
biodranik merged 1 commit from clear-coordinates-in-url into master 2023-05-06 07:42:34 +00:00
biodranik commented 2023-05-04 22:16:01 +00:00 (Migrated from github.com)

For example, these formats are supported:
https://omaps.app/12.345,-2.654
https://omaps.app/12.345/-2.654/18
https://omaps.app/-12.345_2.654_Some%20Name
https://omaps.app/12.345,-2.654,14,Some_Name

Note that any other delimiter can be used instead of a comma, excluding digit, '.', '#' and '?'

The next step is to also support clear text coordinates in the app. It will make location sharing much easier.

For example, these formats are supported: https://omaps.app/12.345,-2.654 https://omaps.app/12.345/-2.654/18 https://omaps.app/-12.345_2.654_Some%20Name https://omaps.app/12.345,-2.654,14,Some_Name Note that any other delimiter can be used instead of a comma, excluding digit, '.', '#' and '?' The next step is to also support clear text coordinates in the app. It will make location sharing much easier.
rtsisyk (Migrated from github.com) approved these changes 2023-05-06 07:40:04 +00:00
rtsisyk (Migrated from github.com) left a comment

Please add tests. Otherwise it is really hard to say that it works.

Please add tests. Otherwise it is really hard to say that it works.
biodranik commented 2023-05-06 07:42:23 +00:00 (Migrated from github.com)

Ok, will add tests later.

Ok, will add tests later.
Sign in to join this conversation.
No description provided.