﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10217	Rotating icon with MapCSS	Aun Johnsen <lists@…>	team	"On some instances it would be desirable if an icon could be rotated. Either by the direction of the road (i.e. a pedestrian crossing) or completely independent

{{{
#!mapcss
node[highway=crossing]:connected {
    icon-image:    ""presets/pedestrian_crossing.png"";
    icon-rotation: way;
}
}}}

this turns the icon to follow the direction of the way

{{{
#!mapcss
node[mykey=value] {
    icon-image:   ""arrow-symbol.png"";
    icon-rotation: 60;
}
}}}
this rotates the icon 60 degrees clockwise.

If the syntax doesn't quite fit, feel free to improve"	enhancement	closed	normal	15.04	Core mappaint		fixed	mapcss rotation	Klumbumbus
