Revert "Do not continue areas. Fixes #331"

This reverts commit e88508a123.
This commit is contained in:
Tom MacWright
2013-01-08 13:53:34 -05:00
parent 2e1ef585d4
commit 2fc2d835ea
+1 -1
View File
@@ -20,7 +20,7 @@ iD.modes.AddLine = function() {
way = iD.Way({ tags: { highway: 'residential' } }),
direction = 'forward';
if (datum.type === 'node' && datum.geometry() === 'line') {
if (datum.type === 'node') {
// continue an existing way
var id = datum.id;
var parents = history.graph().parentWays(id);