Commit 0792b1db995f73daee89c2eba36f78e8db388c58

Fixed overlapping of temporary via marker with actual markers.
  
20282028 lastXY : null,
20292029 mousemove : function(evt) {
20302030 var point = routingLayer.getPointFromMousePosition(evt.xy);
2031 if(point != null)
2031 if(point != null && !routingLayer.dragFeature.handlers.drag.active)
20322032 {
20332033 if(routingLayer.temporaryViaMarker == null)
20342034 {