mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
ignore relations by default in the extract operation (#9816)
using Shift+E allows the node **and its relations** to be extracted (the old behaviour)
This commit is contained in:
@@ -2413,6 +2413,7 @@ en:
|
||||
merge: "Combine (merge) selected features"
|
||||
disconnect: "Disconnect selected features"
|
||||
extract: "Extract a point from a feature"
|
||||
extract_without_relations: "Extract a point from a feature, without extracting its relations"
|
||||
split: "Split features at the selected points"
|
||||
reverse: "Reverse selected features"
|
||||
move: "Move selected features"
|
||||
|
||||
@@ -271,6 +271,11 @@
|
||||
"shortcuts": ["operations.extract.key"],
|
||||
"text": "shortcuts.editing.operations.extract"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["operations.extract.key"],
|
||||
"text": "shortcuts.editing.operations.extract_without_relations"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.split.key"],
|
||||
"text": "shortcuts.editing.operations.split"
|
||||
|
||||
Reference in New Issue
Block a user