-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Enable editing of turn restrictions in the LTN tool #1091
Conversation
f83b8a0
to
9f99b21
Compare
Here is a preview of of turn restriction editing: first-cut-turn-restriction-editing.mp4 |
Remaining tasks to complete this:
Optional (could be moved to future PRs)
|
Hi @dustin. I'm marking this as ready for review. I'm not sure it's quite ready to merge, but I would appreciate a second opinion on where I've got to so far. In no particular order, here are some specific things I like some help with:
|
Starting to review! One quick request -- would you mind rebasing against |
This *should* highlight possible destinations on mouseover events. However, it is not working correctly and fails often.
- Improve visual consistency - remove the use of FocusedRoad from mouseover logic - separate visual effects of mouseover and clicked-on events
bfde4dc
to
2258828
Compare
Done |
This *should* highlight possible destinations on mouseover events. However, it is not working correctly and fails often.
- Improve visual consistency - remove the use of FocusedRoad from mouseover logic - separate visual effects of mouseover and clicked-on events
Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
…turn_restrictions.rs`
Updates turn restrictions icons in `redraw_all_filters()`. Renames `redraw_all_filters()` ==> `redraw_all_icons()`.
This error inadvertently allowed non-drivable roads into possible_destination_roads.
…treet/abstreet into ltn-turn-restriction-edits
No description provided.