Modify

Opened 5 years ago

Closed 5 years ago

#17423 closed defect (fixed)

combinations.mapcss assert should not pass on width=2

Reported by: frodrigo Owned by: team
Priority: normal Milestone: 19.03
Component: Core validator Version:
Keywords: Cc:

Description

In combinations.mapcss

way[highway=pedestrian][width][width<=2] {
  ...
  assertNoMatch: "way highway=pedestrian width=2";
}

The assertNoMatch on width=2 is wrong. The test matchs the rule.

Attachments (0)

Change History (3)

comment:1 by Klumbumbus, 5 years ago

Milestone: 19.03

comment:2 by Klumbumbus, 5 years ago

Ah, crap. During testing I fixed it only in my test file not in the core file...

comment:3 by Klumbumbus, 5 years ago

Resolution: fixed
Status: newclosed

In 14840/josm:

fix #17423, see #17391 - fix warning about highway=pedestrian together with width<2

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.