Skip to content
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

handle weird incorrect URLs #39

Open
jason-curtis opened this issue Sep 10, 2016 · 0 comments
Open

handle weird incorrect URLs #39

jason-curtis opened this issue Sep 10, 2016 · 0 comments

Comments

@jason-curtis
Copy link
Owner

http://climbplan.com/#/search/Forbidden%20Peak/48.51152/-121.05789 -> says 'forbidden peak' but the lat/lon is incorrect, so none of the correct data gets fetched. not sure what the correct behavior is. probably either:

  • some kind of 404-type thing, or
  • read the location and try to look up the location purely based on that to fix the lat/lon.

related work, not necessarily the same ticket: -> http://climbplan.com/#/search/aldsfjsalkd/48.51152/-121.05789 -> all of the content correctly pulls up Forbidden (from the lat/lon) and the URL even redirects to /Forbidden%20Peak/, but the text in the search bar isn't updated to say Forbidden Peak, it just says 'aldsfjsalkd'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant