-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
added checkboxes to Directions widget using current location ast start/stop points #158
Conversation
Added checkboxes for using current location as the start/stop points in Directions widget.
Logic to handle checkboxes for using current location as start/stops points in Directions widget
@friendde I will review this tonight, thanks for contributing! |
So I had a look and this PR is not functional. There is a missing function. |
I think there is great value in having the option available directly in the widget UI. The most common use case for directions most likely is starting at my current location. I like the blue text links as they add the desired value with minimal clutter. |
I definitely like the clean look that David provided. Although the same functionality is in the right-click menu, my users complain about too many clicks to get to it just to start routing from current location. However, the right-click is very useful after the user has found something through the Find widget, such as a pole number. After they review the pole by Identifying, they can keep the cursor in same location to start routing. @DavidSpriggs thanks for changing it to a clean look. |
I will close this PR and include this in the widget. Its just simply adding the links. Good discussion! |
Thank you. The links are far better than the checkboxes. |
The recently added right click functionality is handy. Look and feel is similar to Google which allows easy transition for new users. But some of the users may not know where they are going and therefore can't right-click the feature to obtain the route.
This addition allows the user to set the current location as a start/stop point before adding destinations. Logic will clear stops entered if trying to use current location for both the Start and Stop points.
It may be better to add logic to allow the above scenario if more than two addresses are entered.