-
Notifications
You must be signed in to change notification settings - Fork 109
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
DrawPathTool: Highlight object that is going to be followed (dots version) #2204
base: master
Are you sure you want to change the base?
DrawPathTool: Highlight object that is going to be followed (dots version) #2204
Conversation
Libor, thank you for the variant. I personally think that the dots should be larger as they are sometimes hard to see. I encountered some crashes with different error messages: To reproduce the crash: Crash_FollowLine.mp4 |
Thanks, Matthias, for the thorough testing! I've replicated the issue and drafted a fix. Circumventing Ad the dot size, I agree that they are somewhat small. I also received feedback that they scale with changing magnification but that's something I cannot fix quickly. What do you thing would be the optimal dot size in terms of an ISOM line symbol size? Width of 505 Footpath, 503 Road, or another size, please?
|
Thanks, Libor, for the fix which solves the issue for the scenarios described by you and me. Regarding the dot size I tend to something of at least 503 Road.
|
In complex map situations it is unclear which object will be followed when the user uses the Shift modifier key to follow lines or area object boundaries. This change makes the object selection more obvious. As part of the job we are hardening and making more use of finishFollowing() that removes the highlight renderables for us. Co-authored-by: Matthias Kuehlewein <[email protected]>
06af0c3
to
9467052
Compare
This is a variant of PR#2179 that uses dots for the highlight. The code complexity is higher than with the dashes and the patch would need a bit of tweaking before a merge. The pull request is in place to make the implementation effort public and give users the opportunity to test the change.