Modify ↓
Opened 17 months ago
Last modified 10 months ago
#20436 new enhancement
Use lane_markings tag
Reported by: | gaben | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External mappaint style | Version: | |
Keywords: | lanes and road attributes lane_markings | Cc: | Imagic |
Description
Lanes and Road Attributes mappaint style
If a way tagged with lane_markings=no
, it has no effect on drawing, still shows the separator lines.
Attachments (0)
Change History (3)
comment:1 Changed 17 months ago by
Keywords: | lanes and road attributes lane_markings added |
---|
comment:3 Changed 10 months ago by
Yes, this code is challenging. Sadly, original author lost time or interest and the style could profit from some fixes, updates and adds.
If someone steps up I would be happy and have several suggestions but for the time being we have to stick to the status quo, one of the most powerful external styles.
Note: See
TracTickets for help on using
tickets.
Should be easily fixed, as just a single attribute that needs checking, the
lane_markings
.The problem is, the file is so big it blows me away. Over 3500 lines of style config!
Maybe the easiest solution is to change the
Opacity_markings
attribute depending onlane_markings
value. (The style available here: https://josm.openstreetmap.de/wiki/Styles/Lane_and_Road_Attributes)