﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18211	Allow to handle direction arrows in MapCSS	stoecker	team	"It seems currently oneway/direction arrows are tied to oneway= tag directly. There should be the possibility to handle this in MapCSS.

Our potlatch2.mapcss has something which sounds like a good idea.

{{{
/*way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; }
way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; }*/
}}}

Target should be:
* override automatic oneway arrows (a canvas option?)
* define the appearance of direction arrows (width, length, distances, only on line end, direction(forward/reverse), ...)
* allow to use that feature on lines which don't have ""oneway=..."""	enhancement	new	normal		Core mappaint			mapcss direction arrow	Klumbumbus Don-vip
