mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user