Commit 0792b1db995f73daee89c2eba36f78e8db388c58
- Diff rendering mode:
- inline
- side by side
prototypes.js
(1 / 1)
|   | |||
| 2028 | 2028 | lastXY : null, | |
| 2029 | 2029 | mousemove : function(evt) { | |
| 2030 | 2030 | var point = routingLayer.getPointFromMousePosition(evt.xy); | |
| 2031 | if(point != null) | ||
| 2031 | if(point != null && !routingLayer.dragFeature.handlers.drag.active) | ||
| 2032 | 2032 | { | |
| 2033 | 2033 | if(routingLayer.temporaryViaMarker == null) | |
| 2034 | 2034 | { |

