You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: