mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Don't attempt clever way movement with areas.
This commit is contained in:
@@ -51,6 +51,8 @@ iD.actions.Move = function(moveIds, tryDelta, projection, cache) {
|
||||
unmoved = _.find(parents, function(way) { return !cache.moving[way.id]; });
|
||||
if (!unmoved) return;
|
||||
|
||||
if (moved.isArea() || unmoved.isArea()) return;
|
||||
|
||||
cache.intersection[node.id] = {
|
||||
nodeId: node.id,
|
||||
movedId: moved.id,
|
||||
|
||||
Reference in New Issue
Block a user