-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds bus stop map. #32
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
CC: @liangfok |
Thanks. I'll test this ASAP. |
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Ready for another pass @liangfok |
Thanks, I'll test this ASAP. |
Gently ping to check if this PR is mergeable as it is. @liangfok |
I need to fix minor conflicts due to the last PRs that got merged. However, let me know if this PR is mergeable @liangfok |
Sorry, not yet. The bus stop map continues to be relatively low priority as of now. We're focused on getting some of the other maps to work in our downstream project before returning to this map. It'll probably be another month or so before we need this map, but I'd appreciate if you could resolve the conflicts in the meantime. |
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
🎉 New feature
Closes #28
Summary
XODR
It is a single road (two-way) devided in three lane sections(LS):
special1
(bus stop for our case)It is oriented South->North
geoJSON
Special 1
and its boundaries.Test it
WIDTH=4 EXTENSIONS_LENGTH=30 BUS_STOP_LENGTH=15 empy3 templates/bus_stop.xml.em > generated_file.xodr
Checklist