mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Fix issue where extracting points could results in off placements (close #8246)
This commit is contained in:
@@ -29,7 +29,7 @@ export function operationExtract(context, selectedIDs) {
|
||||
|
||||
_extent = _extent ? _extent.extend(entity.extent(graph)) : entity.extent(graph);
|
||||
|
||||
return actionExtract(entityID);
|
||||
return actionExtract(entityID, context.projection);
|
||||
}).filter(Boolean);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user