-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Overpass performance #1516
Overpass performance #1516
Conversation
I was looking at #1514 (comment) (I made no attempt to verify code or to check that queries listed there are actually what SC uses). Is it intentional that _link roads will no longer gave max speed quest? In my experience link roads often have limits, even ones on motorways (it is caused by appearance of The same for AddWayLit.
seems to be missing I found several things to improve during looking at queries, so I will open some PRs with minor fixes before reviewing code. |
Thank you for the review. Regarding Regarding |
In that case I am going to reclassify it as "things to improve found during looking at queries" and open PR for that.
And once it is fixed I will merge this PR into version of app that I use on survey, maybe I will spot something additional. |
AddMaxHeight
|
BTW, it is really great that performance of queries will be so increased! Both for SC users and Overpass servers. |
Hmm, it is still wrong, now for other queries. |
Ok, now it should be fine. (Updated the comment in #1514 with all the filters) |
# Conflicts: # app/src/main/java/de/westnordost/streetcomplete/quests/localized_name/AddRoadName.kt # app/src/main/java/de/westnordost/streetcomplete/quests/place_name/AddPlaceName.kt
Fixes #1514
Additionally to the code, the list here needs to be reviewed to find any potential mistakes in the overpass query generation algorithm:
#1514 (comment)