eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.56k stars 1.43k forks source link

crosswalk distorted and disconnected in left hand setting #5265

Closed xpharry closed 5 years ago

xpharry commented 5 years ago

Here is the link to the code showing the issue: link

I created an intersection scenario in left hand traffic. The crosswalk in this setting becomes wired as the sidewalks cannot connect by the crosswalk correctly and the crosswalks are aligned with diagonal direction.

lefthand

Everything in right hand setting seems to be ok.

namdre commented 5 years ago

as a quick work-around you can fix the network by calling netconvert -s distorted.net.xml -o correct.net.xml

xpharry commented 5 years ago

@namdre WoW. It works. I was so close. Thanks! lefthand_in_progress

namdre commented 5 years ago

Now it also works with Netedit. (If you're on windows, the binaries should be updated tomorrow)