Modify

Opened 12 years ago

Closed 12 years ago

#9578 closed defect (fixed)

Small problem in highway.mapcss

Reported by: naoliv Owned by: team
Priority: minor Milestone: 14.01
Component: Core validator Version:
Keywords: Cc: simon04

Description

In JOSM's highway.mapcss we have:

way.major_road[foot?][!sidewalk] {
  throwWarning: tr("major road used with {0}", "{0.tag}");
  suggestAlternative: "sidewalk";
  suggestAlternative: tr("separate footway");
  assertMatch: "way highway=primary foot=yes";
  assertNoMatch: "way highway=primary";
  assertNoMatch: "way highway=primary foot=yes sidewalk=both";
  assertNoMatch: "way highway=primary foot=no";
}

But validating a data with foot=yes we see:

major road used with null, use sidewalk or separate footway instead

(note the null)

Attachments (0)

Change History (2)

comment:1 by Don-vip, 12 years ago

Cc: simon04 added
Milestone: 14.01
Priority: normalminor

comment:2 by simon04, 12 years ago

Resolution: fixed
Status: newclosed

In 6692/josm:

fix #9578 - Small problem in highway.mapcss

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.