Don't try to show a menu for multipolygons

We haven't implemented relation deletion yet, so there
aren't any operations to perform.

Fixes #506.
This commit is contained in:
John Firebaugh
2013-01-25 16:42:21 -05:00
parent 50cfed4f3c
commit dae9b01166
+3 -1
View File
@@ -74,7 +74,9 @@ iD.ui.RadialMenu = function(entity, history, map) {
action: iD.actions.Circular(entity.id, map)
}
];
} else {
// Relation, not implemented yet.
return;
}
var arc = d3.svg.arc()