Revert menu placement on way

Can't do this until we can distinguish area fill from stroke.
This commit is contained in:
John Firebaugh
2013-01-24 19:13:05 -05:00
parent b1c165b21f
commit 923fb86f06
-2
View File
@@ -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));