Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#10317 closed enhancement (wontfix)

Add cycleway:both=* to standardstyle

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Internal mappaint style Version: tested
Keywords: cycleway:both=* Cc:

Description

Hello,

the standard mappaint style shows a dashed line for cycleway:left/rigt = lane/track. It would be great to add cycleway:both to the list.

cycleway=track/lane is already rendered, okay. BUT cycleway:both shows, that it's really mapped completely, while cycleway=track/lane only shows that there ist (at least) one cycleway and not one at both sides.

I guess that's the reason, why some highways here are tagged as:
cycleway:left=track
cycleway:right=track
in stead of:
cycleway=track
or (IHMO better):
cycleway:both=track

Without testing I would propose to add:

879 way[cycleway:left=track]::core_cycleway {
880 set tL;
881 }
882 way[cycleway:right=track]::core_cycleway {
883 set tR;
884 }

way[cycleway:both=track]::core_cycleway {

set tR;
set tL;

}

and

850 way[cycleway:left=lane]::core_cycleway {
851 set tL;
852 }
853 way[cycleway:right=lane]::core_cycleway {
854 set tR;
855 }

way[cycleway:both=lane]::core_cycleway {

set tR;
set tL;

}

Thanks! (at least for reading) ;)

Attachments (0)

Change History (4)

comment:1 by anonymous, 10 years ago

Sorry, for the lanes it should be "set lR and lL" (for all three of them).

comment:2 by bastiK, 10 years ago

Not documented in the wiki and low usage numbers, we won't support it at the moment.

comment:3 by bastiK, 10 years ago

Resolution: wontfix
Status: newclosed

comment:4 by skyper, 10 years ago

cycleway=track/lane counts for both sides or one side together with oneway=yes. No need to make it more complex.

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.