From a6327b566b05587fa3714e5207ec00f92b0c9db8 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 8 Dec 2012 23:43:26 -0500 Subject: [PATCH] Fix starting ways inbetween other ways. Fixes #244 --- js/id/modes/add_road.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/id/modes/add_road.js b/js/id/modes/add_road.js index 1344a7bfd..15b87ba59 100644 --- a/js/id/modes/add_road.js +++ b/js/id/modes/add_road.js @@ -43,6 +43,7 @@ iD.modes.AddRoad = function() { history.perform( iD.actions.AddWay(way), + iD.actions.AddNode(node), iD.actions.AddWayNode(datum.id, node.id, index), iD.actions.AddWayNode(way.id, node.id), 'started a road');