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 , 12 years ago
| Cc: | added |
|---|---|
| Milestone: | → 14.01 |
| Priority: | normal → minor |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 6692/josm: