mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add derived data for prior commit
This commit is contained in:
Vendored
+15
-5
@@ -1839,11 +1839,21 @@
|
||||
"title": "Operations",
|
||||
"intro": "*Operations* are special commands you can use to edit features. {rightclick} Right-click or {longpress_icon} long-press any feature to view the available operations.",
|
||||
"intro_2": "Each operation has its own keyboard shortcut. Most operations can be applied to multiple features at once.",
|
||||
"reverse": "The {reverse_icon} **{reverse}** operation changes the direction of features like one-way roads, traffic signs, streams, and cliffs.",
|
||||
"disconnect": "The {disconnect_icon} **{disconnect}** operation separates connected features from each other.",
|
||||
"merge": "The {merge_icon} **{merge}** operation combines multiple features into one.",
|
||||
"split": "The {split_icon} **{split}** operation divides lines at the selected point. This is useful when you want to set different attributes on different parts of a line.",
|
||||
"extract": "The {extract_icon} **{extract}** operation creates a point out of a line or area. This can be used to separate points of interest from buildings."
|
||||
"straighten": "{straighten_icon} **{straighten}** removes bends from lines. It can also align groups of points into neat rows.",
|
||||
"orthogonalize": "{orthogonalize_icon} **{orthogonalize}** snaps the corners of areas and lines to 90°. You can square individual corners or entire features.",
|
||||
"circularize": "{circularize_icon} **{circularize}** turns areas and closed lines into circles.",
|
||||
"move": "{move_icon} **{move}** lets you drag features around the map.",
|
||||
"rotate": "{rotate_icon} **{rotate}** lets you swivel features around their center points.",
|
||||
"reflect": "{reflect_short_icon} **{reflect_short}** and {reflect_long_icon} **{reflect_long}** reflect features over their short and long axes.",
|
||||
"continue": "{continue_icon} **{continue}** lets you extend existing lines from their endpoints.",
|
||||
"reverse": "{reverse_icon} **{reverse}** changes the direction of features. The direction matters for things like one-way roads, traffic signs, waterways, and cliffs.",
|
||||
"disconnect": "{disconnect_icon} **{disconnect}** separates connected lines and areas from each other. You can disconnect entire features or just selected points.",
|
||||
"merge": "{merge_icon} **{merge}** combines multiple features into one. You can merge areas together to create multipolygons, merge lines together to create longer lines, and merge points into anything to transfer their tags.",
|
||||
"split": "{split_icon} **{split}** divides lines at the selected points. If specific lines are also selected, only those are split.",
|
||||
"extract": "{extract_icon} **{extract}** detaches points from lines. It also pulls points out of buildings and other areas.",
|
||||
"delete": "{delete_icon} **{delete}** removes features from the map. Anything that doesn't exist in the real world should be deleted.",
|
||||
"downgrade": "{downgrade_icon} **{downgrade}** removes most tags except building and address info. This is helpful when businesses close yet their facilities remain.",
|
||||
"copy_paste": "{copy_icon} **{copy}** and {paste_icon} **{paste}** let you duplicate features."
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notes",
|
||||
|
||||
Reference in New Issue
Block a user