-
Notifications
You must be signed in to change notification settings - Fork 12
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
Mark geometry lane based on placement=
tags
#6
Comments
I think I would prefer a single top level attribute, like we do with highway type and lifecycle, as it will basically always be an incrementing scale?. A The assumption we make is that this will then always be at the center of the specified lane. Either way, it's probably better to add this in relatively early on, as it might be harder to add later. |
I agree on a top level attribute. Like The values for placement are described at the top of the Tagging section of the proposal. In practice, |
All: I started a new repository to focus on the next layer above osm2lanes that handles geometry and all of the questions around merging/snapping ways. Even though there's no code there yet, I hope it's at least more organized to keep all the issues in one place. (We could've also tagged them, but my intention is to move code out of A/B Street into this repo) |
placement=right_of:1
placement=
tags
a-b-street/abstreet#897 has a bunch of relevant notes |
Maybe finished by #139, or do we have much more left to do with placement? |
Two things still need doing:
|
For his Straßenraumkarte, Supaplex uses the tag
placement=right_of:1
to clarify where lanes are positioned in relation to the geometry-line.https://supaplexosm.github.io/strassenraumkarte-neukoelln/posts/2021-12-31-micromap-update#bike-lanes-position-them-right
I think osm2lanes would have to evaluate this tag in order to allow renderer to precisely position the lanes.
Maybe the osm2lanes schema could be something like this
I don't think that is the next important part, but I was thinking about it and wanted to start the documentation/discussion.
The text was updated successfully, but these errors were encountered: