a-b-street / osm2streets

Convert OSM to street networks with detailed geometry
https://a-b-street.github.io/osm2streets
Apache License 2.0
102 stars 10 forks source link

Lanes for bus and bicycles not shown up #230

Closed robhubi closed 8 months ago

robhubi commented 10 months ago

Real situation: grafik

Tags of Way 194755333 :

lanes   4
lanes:forward   3
lanes:backward  1

cycleway:right  share_busway
cycleway:right:lane advisory
cycleway:left   lane
cycleway:left:lane  advisory

turn:lanes:forward  left|through;right||

vehicle:lanes:forward   yes|yes|no|no
bus:lanes:forward   yes|yes|designated|designated
bicycle:lanes:forward   yes|yes|yes|designated

vehicle:lanes:backward  yes|yes
bicycle:lanes:backward  yes|designated

sidewalk:both   separate
foot    use_sidepath

highway primary
lit yes
maxspeed    50
name    Sankt-Peter-Hauptstraße
oneway  no
ref B67a
smoothness  excellent
surface asphalt

A/B Street (V0.3.49) Turn arrows missing, no bus lane, no cycle lane on the right grafik

ginnyTheCat commented 8 months ago

This is fixed on the osm2streets side as far as I can tell. imagen I currently can't compile a/b street, but that seems to be caused by the osm2lanes module being moved out of osm2streets, causing the imports to fail or something similar.

dabreegster commented 8 months ago

I'm not planning to update A/B Street anytime soon; any development and validation should be happening here for now. Thanks for fixing this with Muv!