a-b-street / a-b-street/osm2streets

Mark geometry lane based on `placement=` tags

未关闭
#6 6 条评论 1 个 reaction 已指派 1 人 已被 @BudgieInWA 认领 在 GitHub 查看
tracking issue
主要语言
Jupyter Notebook
星标
155
派生
14
PR 合并指标
30 天内没有已合并 PR

描述

For his Straßenraumkarte, Supaplex uses the tag `placement=right_of:1` to clarify where lanes are positioned in relation to the geometry-line.

> Additionally, placement=right_of:1 helps to place the lanes precisely in relation to position of the osm way by indicating that the way geometry is located right of the first (left) lane and all other lanes are to be rendered right of it.

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

> lane1 > position_from_geometry=-2
> lane2 > position_from_geometry=-1
> lane3 > position_from_geometry=0
> lane4 > position_from_geometry=1

---

I don't think that is the next important part, but I was thinking about it and wanted to start the documentation/discussion.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。