﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10394	MapCSS: select node on way by index	Aun Johnsen <lists@…>	team	"I am trying to set an icon on the beginning and end of ways with a certain condition, i.e. speed limit set, I checked the wikipage for the implementation, and I can use {{{>[index]}}} to select the instance from the relation, and derived that the same could/should be possible for selecting a node on a way. The following snippet doesn't work:

{{{
#!mapcss
way[highway][maxspeed] >[index=1] node {
icon-image: ""my_maxspeed.png"";
}
}}}

Though I can set a icon on every node, which will look messy:
{{{
#!mapcss
way[highway][maxspeed] > node {
icon-image: ""my_maxspeed.png"";
}
}}}

{{{[index=-1]}}} should be the last entry as well (think that have been mentioned in another ticket)"	enhancement	closed	normal		Core mappaint		duplicate	mapcss	
