Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#19742 closed enhancement (fixed)

Warn about much likely wrong direction tag on highway=mini_roundabout

Reported by: Klumbumbus Owned by: team
Priority: normal Milestone: 20.08
Component: Core validator Version:
Keywords: Cc:

Description

The direction of roundabouts and mini roundabouts is implizit based on driving side. Also I checked mini roundabouts with direction clockwise in right-hand-traffic and vice versa and found only tarrig errors (based on aerial imagery).
Even the magic roundabout, which has clockwise and anticlockwise directions doesn't need direction tags, because the small outer mini roundabouts are clockwise (default for great britan) and the inner running anticlockwise isn't even a roundabout but a junction=circular.

Attachments (0)

Change History (3)

comment:1 by Klumbumbus, 4 years ago

Summary: Warn about direction on highway=mini_roundaboutWarn about much likely wrong direction tag on highway=mini_roundabout

Hm. Maybe better not warn about correct explizit direction tags. I don't find it very useful but the wiki says you can add them.

comment:2 by Klumbumbus, 4 years ago

Resolution: fixed
Status: newclosed

In 16993/josm:

fix #19742 - Warn about much likely wrong direction tag on highway=mini_roundabout, remove icon for solely direction=clockwise tag

comment:3 by Klumbumbus, 4 years ago

Possible additional rule for unnecessary.mapcss:

/* #19742 */
node!:righthandtraffic[highway=mini_roundabout][direction=clockwise],
node:righthandtraffic[highway=mini_roundabout][direction=anticlockwise] {
  throwWarning: tr("{0} is unnecessary for {1}", "{2.tag}", "{1.tag}");
  group: tr("unnecessary tag");
  fixRemove: "{2.key}";
}

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.