﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10317	Add cycleway:both=* to standardstyle	anonymous	team	"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) ;)"	enhancement	closed	normal		Internal mappaint style	tested	wontfix	cycleway:both=*	
