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

On timeout, add button to search without relations #706

Open
danieldegroot2 opened this issue Jul 13, 2024 · 0 comments
Open

On timeout, add button to search without relations #706

danieldegroot2 opened this issue Jul 13, 2024 · 0 comments

Comments

@danieldegroot2
Copy link

i.e. nwr["building"]["highway"="..."] (where ... some rare value)
returns timeout, because looking for relations would take too long.

i.e. nw["building"]["highway"="..."] (where ... some rare value)
returns results.

When user is given a timeout error, provide a button to allow the user to rebuild the query without relations (r).
Of course not every timeout error is caused by this mistake and it might be bad to add code for a minor user error.

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