Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#10357 closed defect (needinfo)

rendering problem of cycle lanes

Reported by: dr.kludge.gm@… Owned by: team
Priority: normal Milestone:
Component: Internal mappaint style Version: latest
Keywords: highway cycle lane Cc:

Description

I generally try to stay current with JOSM releases. However, I went back to 7287 because of the 7347 release. I think http://josm.openstreetmap.de/changeset/7330/josm is unfortunate because MapCSS does not match the XML version. Where I feel MapCSS is a defect is in the treatment of cycle lanes. The braided colors of cycle lanes made for a quick scan of the highway having the cycleway tag or not. It appears to me that a dashed relationship rendering has replaced the cycleway in importance. The relationship rendering is a good idea but its just not that important to me. I'll be happy to fully embrace MapCSS once it finally matches the orignal XML defaults. Until then the XML defaults should remain in the releases until the MapCSS is complete.

Attachments (0)

Change History (5)

comment:1 by Don-vip, 10 years ago

Component: External mappaint styleInternal mappaint style
Keywords: highway cycle lane added; Incomplete removed
Summary: Reverted to 7287 from 7347 because MapCSS is incompleterendering problem of cycle lanes

comment:2 by Don-vip, 10 years ago

Can you please attach a small dataset showing the problem ? Thanks.

comment:3 by bastiK, 10 years ago

Yes, the rendering of cycle lanes has been changed: It now visualizes if the cycle lane is on the left, the right or on both sides of the highway. This additional information is an improvement and we will not outright revert to the previous state.

Could you explain the problem in more detail, I do not understand, what the issue with the new rendering is, exactly? Any ideas how the new rendering can be further improved, so it works better for your use case?

comment:4 by bastiK, 10 years ago

Resolution: needinfo
Status: newclosed

comment:5 by Klumbumbus, 10 years ago

If you don't want to see the cycleway lane/track dashes, you can use an additional mapcss file with the following content:

way.lR::core_cycleway,
way.tR::core_cycleway
{
	width: 0;
}
way[prop("tL","core_cycleway")]::core_cycleway2,
way[prop("lL","core_cycleway")]::core_cycleway2
{
	width: 0;
}

In the list of mappaint styles in the preferences this style should be below the internal style (which means higher priority).

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.