-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for http://www.cyclestreets.net/location/ URLs #91
Comments
@jezhiggins I note that in https://github.com/cyclestreets/android/blob/master/libraries/cyclestreets-fragments/src/main/java/net/cyclestreets/MainSupport.java#L51-L57 we have support for I appreciate this issue is 4 years old; but can you give any specifics of what support you had in mind for this? |
If someone has the app installed, and they follow a link (e.g. on Twitter) to e.g. Same applies to /journey/.../ IDs, etc. |
m.cyclestreets.net are the URLs used by the mobile version of the site, and cycle.st are the shortened versions that appear right at the bottom of the page when you planned a journey. As they were both cyclestreets URLs it seemed reasonable (and safe) to register to open those up with in the app. It's straightforward enough to extended through the cyclestreets URL space. We could also, and this is potentially a little more controversial, register to open Google Maps location URLs - so for example if someone clicks a location on a calendar entry it could open in the app - or, |
We now do CycleStreets location URLs - see merged PR #319. Leaving this issue open to track the possibility of doing geo location URLs. |
No description provided.
The text was updated successfully, but these errors were encountered: