Modify ↓
Opened 13 years ago
Closed 11 years ago
#7746 closed defect (fixed)
wrong style applied to ways
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.01 |
Component: | Internal mappaint style | Version: | latest |
Keywords: | Cc: |
Description
There are some cases in which a wrong style is applied to a way.
- highway=service with tracktype=grade1 => appears as highway=track
- highway=cycleway with tunnel=no => appears as highway=road(!)
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 11 years ago
Milestone: | → 14.01 |
---|
- tracktype/grade1: cannot reproduce must have been fixed
- tunnel=no, bridge=no, cutting=no, embankment=no, mountain_pass=yes => ok, styles removed
- highway=road -> removed dashes to avoid ambiguity of #6039
- shop=groceries => Old stuff, rule removed
Note:
See TracTickets
for help on using tickets.
We could set the
tracktype=grade1
style to a priority below most things but abovehighway=track
. Thus ahighway=service
withgrade1
would render ashighway=service
, whilehighway=track
withgrade1
would render astracktype=grade1
.tunnel=no
is rendered as a "deprecated" object likehighway=road
,bridge=no
,cutting=no
,embankment=no
,shop=groceries
, andmountain_pass=yes
(when used on a way).boundary=administrative
).shop=groceries
?