Modify ↓
Opened 12 months ago
Last modified 10 months ago
#7746 new defect
wrong style applied to ways
| Reported by: | Cobra | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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)
Note: See
TracTickets for help on using
tickets.



We could set the tracktype=grade1 style to a priority below most things but above highway=track. Thus a highway=service with grade1 would render as highway=service, while highway=track with grade1 would render as tracktype=grade1.
tunnel=no is rendered as a "deprecated" object like highway=road, bridge=no, cutting=no, embankment=no, shop=groceries, and mountain_pass=yes (when used on a way).