sumo
sumo copied to clipboard
netconvert error in reading psv/bus lanes
Hi, I have another osm netconvert issue :)
There is a stretch of road in my network that have both tags
psv:lanes=yes|yes|yes|designated|no bus:lanes=yes|yes|yes|designated|designated
which seem to be accurate tagging because the right-most lane allows buses and the second right most lane allows bus and taxi. However it looks like netconvert reads only the psv tag, so the right-most lane does not allow any vehicles. One particular edge (237525159#3) has the correct permissions, but only when --osm.turn-lanes True. The edge behind it with the same original OSM way has the wrong permissions.