Skip to content
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

Better angle field editor for direction tag #5530

Open
RudyTheDev opened this issue Nov 27, 2018 · 6 comments
Open

Better angle field editor for direction tag #5530

RudyTheDev opened this issue Nov 27, 2018 · 6 comments
Labels
field An issue with a field in the user interface

Comments

@RudyTheDev
Copy link
Contributor

Perhaps a circle you can click next to the field that sets the angle in that direction for you, then adjust further with the arrows as needed. Something like this (although probably on the other side now that I see it):

mockup

@bhousel
Copy link
Member

bhousel commented Nov 27, 2018

I guess - people can just look on the map though. We show the cone at z18+:

screenshot 2018-11-27 17 02 08

@RudyTheDev
Copy link
Contributor Author

The cone is awesome and the only reason I even started adding angles/directions for stuff. I guess the issue is you cannot edit it quickly enough or with the mouse/finger (unless it's in increments of 1). You cannot use rotate tool/mode on points. So it's trial and error manually typing it first and then adjusting.

@bhousel bhousel added the field An issue with a field in the user interface label Dec 19, 2018
@quincylvania
Copy link
Collaborator

How about instead of adding another control to the field we just let people drag the cone to rotate it?

@jidanni
Copy link
Contributor

jidanni commented Sep 25, 2020

Here I was wishing I could just grab the tip of that teardrop representing the traffic mirror, and rotate it just right... and click confirm on it. (Currently in fact it indicates 180°.)
12632-0

@danieldegroot2
Copy link
Contributor

danieldegroot2 commented Mar 12, 2022

For the current arrow buttons

  • Specify they increase/decrease by 5 degrees in their tooltip; or
  • Change degrees increased/decreased to 1 and change tooltip accordingly. This is much more intuitive.

A 'step' button/dropdown could be added for a higher increase/decrease, i.e. steps of 1, 2, 5, 10.

Perhaps a circle you can click next to the field that sets the angle in that direction for you, then adjust further with the arrows as needed.

Dials as the one above are intuitive, but can be finicky to use. They could still be implemented. Instead of a dial, this could be used:

  • a slider could be used (already supported, can also support multiple values and value ranges).
  • a radio button selector as below. Could also be activated using a hotkey "Rotate by Increments" ("Shift").
  • For areas, use this or a similar interface too (allowing to specify rotation as text value etc.).

And, instead of

drag the cone to rotate it

or

grab the tip of that teardrop [...] and rotate it

Make a right click ("Rotate") and hotkey ("R") option, so people don't accidentally rotate the object. For multiple values, tell users to use the slider. Already used by buildings.

  • In order to get the required point for specifying the direction, allow clicking on the background, dragging of a 'node' or following a line. Ignore selecting other objects while doing this.
  • Add a visual indicator for when a larger distance, or multiple aligned objects, are being used to determine direction (selected object may be out of view).
  • For areas, allow to select a node as pivot ("Rotate" option if area and node are both (Shift) selected would be replaced by "Pivot"). ( Improvements to rotation #8146 )

Additionally, option(s) may need to support

  • multiple values.
  • value ranges ( range of directions on viewpoints #5754 ).
    Note, the current text input may not be able to automaticly reflect individual changes in multiple values and value ranges.

Option(s) may need to only support values 0 - 360 ( #8206 ). An iD Validator warning could be returned for values

  • which are also used.
  • lower than 0; negative values. There are few or no use cases for this afaik.
  • equal to or higher than 360 (and -360). There are no use cases for this afaik.
  • any other invalid values.
  • (on any object which usually does not have a direction.)

Something similar could be done for incline (several keys), orientation (several keys), roof:angle and related keys (alternative for #6991 ).

This may or may not also concern the rotation of ways, as accurate rotation is usually either not needed or bad -for segments with different angles-. For ways,

For the 'fixed direction' field used on ie. traffic signs,

For traffic signs seperate from ways, allow using the last option above but for an arbitrary way. (similar to a 'parallel way' operation.)

Sidenote This comment does not take into account orthogonal angles to adjacent or seperate ways. ( #9733 / #1957 )

References

  • In MapComplete, there is a circular interface with map background in the inspector, which seems to only allow rotating a cone of a set view range to define an (single) angle.
  • while in CycleStreets there's a feature called 'rubber banding'.
  • EveryDoor let's you click on a 'direction' button which puts you into a rotate mode where you can rotate to select direction (independently of the object's direction). A long, black arrow is shown on the map while doing so.

@Dimitar5555
Copy link
Contributor

I've seen a different interface for such selectors which consist of multiple radio buttons which are placed around an image. I'm not sure if it would fit in iD's design though. It can be reworked to be a box of the element in the sidebar (like it's done for turn restrictions) with the current imagery as background.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
field An issue with a field in the user interface
Projects
None yet
Development

No branches or pull requests

6 participants