I've been wondering about the best way to map complicated intersections with traffic signals. A common example of where my dilemma arises is when there are traffic signals at any intersection involving a dual-carriageway road.
<br><br>I've been tagging each node involved in the intersecting ways, since this seems the best method for providing route-planners with accurate information.  However, the rendering typically involves overlapping symbols, as can be seen here:
<br><a href="http://informationfreeway.org/index.php?lat=-35.27578979216632&lon=149.12939396721774&zoom=17&layers=B000F000">http://informationfreeway.org/index.php?lat=-35.27578979216632&lon=149.12939396721774&zoom=17&layers=B000F000
</a> <br><br>The other aspect of this that has bothered me is that navigation systems would probably see duplicate sets of lights and give incorrect instructions such as "turn left after the next two sets of lights" when it is really referring to a single intersection.
<br><br>In another thread recently, Cameron Patrick mentioned<br><br>> In my experimental maps of Australia, I've used a transparent orange<br>> circle on the intersection.  Look along e.g. Stirling Highway in the
<br>> middle of this map:<br>> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://osm.largestprime.net/map/?lat=-3738202.21988&lon=12890789.70953&zoom=15&layers=B0" target="_blank">http://osm.largestprime.net/map/?lat=-3738202.21988&lon=12890789.70953&zoom=15&layers=B0
</a><br><br>> What are people doing for traffic lights on junctions of dual<br>> carriageways?  I've been placing a node in the middle of the<br>> intersection, not sitting on any of ways involved, which renders nicely
<br>> but lacks semantic information for route planners.<br><br>I like the way his traffic signal intersections are rendered, but I think we do need a solution that caters for route planners and navigation devices.<br>
<br>What is the best solution?<br>