Support clear text coordinates in the url #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/url-processor#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "clear-coordinates-in-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Please add tests. Otherwise it is really hard to say that it works.
Ok, will add tests later.