Modify

Opened 12 years ago

Closed 12 years ago

#8527 closed defect (fixed)

Validator warning in case of multiple traffic signs

Reported by: anonymous Owned by: team
Priority: minor Milestone:
Component: Core validator Version:
Keywords: Cc:

Description

The following tags on a node create a validator warning:

traffic_sign=maxspeed;overtaking
maxspeed=70
overtaking=no

When the tag traffic_sign is changed to traffic_sign=maxspeed, the validator warning disappears.

In this case the warning is incorrect. In fact there are two signs at one place - one above the other.

The validator should not check for traffic_sign=maxspeed but instead for a value equal to the following regular expression: (.*;)*maxspeed(;.*)*$ (keep in mind: I'm not a regexp expert)

Attachments (0)

Change History (1)

comment:1 by Don-vip, 12 years ago

Resolution: fixed
Status: newclosed

In 5788/josm:

fix #8527 - Validator warning in case of multiple traffic signs

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.