-
Notifications
You must be signed in to change notification settings - Fork 137
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
please stop URL rewriting when accessing the page #563
Comments
Hi mmd, thanks for the tip: I didn't know. Still, the bookmark issue is just one in a crowd. I (and I assume others) use the address bar as a quick search of history. If I type "over dk2" I would like the browser to find http://overpass-turbo.eu/s/dk2 , but if I never see the full query URL in the address bar, I can't really notice the URL ends in dk2. I use a browser extension to suspend inactive browser tabs after a while, which works well with most sites, but doesn't work with overpass at all because if I have multiple queries open in a series of tabs, once the tabs are suspended, when I access them again, they will all show https://overpass-turbo.eu/ instead of the specific query that was loaded before. Basically, I don't see the value of rewriting the URL to http://overpass-turbo.eu/ in the first place and there are quite a few usability downsides. Am I missing something? |
This reverts commit 31e4b1c. Fixes tyrasd#563.
As it stands, a user can prepare a query, click share and get a direct link to that query. When the link is opened, the URL is rewritten from something like https://overpass-turbo.eu/s/1gwb to https://overpass-turbo.eu/.
This is by far the single most problematic part of the overpass turbo UI. Looking up previous queries in the browser URL field is really hard, as is bookmarking. To bookmark a link (using Firefox, at least), a user basically has to enter a query such as https://overpass-turbo.eu/s/1gwb, bookmark the page, open bookmark management, find the link and update the URL with the full query URL. That is really cumbersome.
Can the link stay https://overpass-turbo.eu/s/1gwb without being rewritten until e.g. pressing "run" or "share"?
The text was updated successfully, but these errors were encountered: