mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Revert menu placement on way
Can't do this until we can distinguish area fill from stroke.
This commit is contained in:
@@ -144,8 +144,6 @@ iD.modes.Select = function(entity, initial) {
|
||||
|
||||
if (entity.type === 'node') {
|
||||
loc = entity.loc;
|
||||
} else if (entity.type === 'way') {
|
||||
loc = iD.geo.chooseIndex(entity, d3.mouse(map.surface.node()), map).loc;
|
||||
}
|
||||
|
||||
surface.call(radialMenu, map.projection(loc));
|
||||
|
||||
Reference in New Issue
Block a user