-
Notifications
You must be signed in to change notification settings - Fork 820
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
Rescale z_order and treat links the same as base type #3719
Comments
What would be the advantage of this change? |
Without an increase in query complexity it gives us more flexibility, cleaner z_order selection, and is clearer as why the values are different. It allows foo and foo_link to be treated the same which right now is not true. |
This has to be done at the time of database reload, correct? |
Yes |
I could still do this in #4055, though it will require changing more values, since the Is that worthwhile? |
Thinking about this, it's not going to work with our peculiar ordering of links between high-class roads and low-class roads.
No. |
Currently all orders are divisible by 10. The z_order would be easier to work with if all current orders were divided by 10.
At the same time, we should make highway=X and highway=X_link have the same z_order, then add link status to the order by in the queries.
The text was updated successfully, but these errors were encountered: