mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Fix issue where extracting points could results in off placements (close #8246)
This commit is contained in:
@@ -322,7 +322,7 @@ export function validationMismatchedGeometry() {
|
||||
|
||||
extractOnClick = function(context) {
|
||||
var entityId = this.issue.entityIds[0];
|
||||
var action = actionExtract(entityId);
|
||||
var action = actionExtract(entityId, context.projection);
|
||||
context.perform(
|
||||
action,
|
||||
t('operations.extract.annotation', { n: 1 })
|
||||
|
||||
Reference in New Issue
Block a user