mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
highlight way or node that will be connected to
This commit is contained in:
@@ -15,6 +15,8 @@ iD.modes.DrawLine = function(wayId, direction) {
|
||||
headId = (direction === 'forward') ? _.last(way.nodes) : _.first(way.nodes),
|
||||
tailId = (direction === 'forward') ? _.first(way.nodes) : _.last(way.nodes);
|
||||
|
||||
iD.behavior.Hover()(surface);
|
||||
|
||||
map.dblclickEnable(false)
|
||||
.fastEnable(false)
|
||||
.hint('Click to add more points to the line. ' +
|
||||
|
||||
Reference in New Issue
Block a user