mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
Fix accuracy handles
This commit is contained in:
@@ -97,11 +97,13 @@ iD.Map = function() {
|
||||
switch (entity.geometry()) {
|
||||
case 'line':
|
||||
entity._line = nodeline(entity);
|
||||
ways.push(entity);
|
||||
lines.push(entity);
|
||||
break;
|
||||
|
||||
case 'area':
|
||||
entity._line = nodeline(entity);
|
||||
ways.push(entity);
|
||||
areas.push(entity);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user