Changes between Version 100 and Version 101 of Help/Dialog/RelationEditor
- Timestamp:
- 2021-04-22T13:02:45+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/RelationEditor
v100 v101 38 38 || [[JOSMImage(pastetags)]] || Paste tags from buffer || 39 39 40 When a tag line is selected, the "F1"key link to the tagosmwiki page.40 When a tag line is selected, the `F1` key links to the tag's OSM wiki page, like in the [[JOSMImage(dialog/properties)]] [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel] 41 41 42 **Note**: In general it is easier to modify tags with the [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel]. 42 **Note**: In general, it is easier to modify tags with the [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel]. 43 43 44 44 ==== Members List (bottom half, left side) ====#MembersList … … 49 49 ||= **Title** =||= **Description** =|| 50 50 || Role || its role || 51 || Refers to || the object type as icon plus some identifier like name, ref or simply the id of the object ; Double-clicking on a line with ''complete relation'' there will open this ''Relationship editor'' for the relation in question ||52 || || on the right information about neighbor ways' connections useful for consistency checks like checking that the members of a [wikitr:/Help/Concepts/Object#typemultipolygon multipolygon] form closed ways or that a route is a complete line without missing some ways in the middle ||51 || Refers to || the object type as icon plus some identifier like name, ref or simply the id of the object ; Double-clicking on a line with ''complete relation'' there will open this ''Relationship editor'' for the relation in question || 52 || || on the right information about neighbor ways' connections useful for consistency checks like checking that the members of a [wikitr:/Help/Concepts/Object#typemultipolygon multipolygon] form closed ways or that a route is a complete line without missing some ways in the middle || 53 53 54 54 ====== Context menu in table ====== 55 55 Gap is indicated as red dot. 56 56 57 * Zoom to - will zoom to the topmost element of the [#Currentlyselectedmembers currently selected members] 58 * Zoom to Gap (actionable only when gap is selected) - will zoom to gap 59 * Select previous gap 60 * Select next gap 57 ||= **Icon** =||= **Name** =||= **Description** =|| 58 || || Zoom to || select the topmost element of the [#Currentlyselectedmembers currently selected members] in [[JOSMImage(dialogs/selectionlist)]] [wikitr:/Help/Dialog/SelectionList selection list panel] and zoom to it || 59 |||| 60 || || Zoom to Gap || will zoom to gap (only available when gap is selected) || 61 |||| 62 || || Select previous gap || select the previous member ahead without connection above || 63 || || Select next gap || select the next member behind without connection below || 64 || [[JOSMImage(dialogs/history)]] || History || open a [wikitr:/Help/Action/ObjectHistory History browser] for each [#Currentlyselectedmembers currently selected member] || 61 65 62 66 ===== Currently selected members =====#Currentlyselectedmembers 63 Selecting members in the [#Table Table] works as usual: hold{{{Ctrl}}}to select multiple items. Left click on the item to add/remove it from the selection.67 Selecting members in the [#Table members list table] works as usual: hold `Ctrl` to select multiple items. Left click on the item to add/remove it from the selection. 64 68 65 On the right you can see example that only "K 8830"way was selected.69 On the right you can see example that only `K 8830` way was selected. 66 70 67 71 ===== Buttons ===== 68 The buttons on the left offer the following actions if appropriate: 72 The buttons on the left offer the following actions if appropriate. (''Plugins may add additional buttons.)'': 69 73 70 ||= **Icon** =||= **Description** =|| 71 || [[JOSMImage(dialogs/up)]] || Move the [#Currentlyselectedmembers currently selected members] up (**`Alt+up`**)||72 || [[JOSMImage(dialogs/down)]] || Move ''the currently selected members'' down (**`Alt+down`**)||74 ||= **Icon** =||= **Shortcut** =||= **Description** =|| 75 || [[JOSMImage(dialogs/up)]] || **`Alt+up`** || Move the [#Currentlyselectedmembers currently selected members] up || 76 || [[JOSMImage(dialogs/down)]] || **`Alt+down`** || Move ''the currently selected members'' down || 73 77 |||| 74 || [[JOSMImage(dialogs/edit)]] || Open additional relation editors for ''the currently selected members'' of object type relation || 75 || [[JOSMImage(dialogs/delete,24,link=,middle)]] || Remove ''the currently selected members'' from the relation (**`Alt+Delete`**)||78 || [[JOSMImage(dialogs/edit)]] || || Open additional relation editors for ''the currently selected members'' of object type relation || 79 || [[JOSMImage(dialogs/delete,24,link=,middle)]] || **`Alt+Delete`** || Remove ''the currently selected members'' from the relation || 76 80 |||| 77 || [[JOSMImage(dialogs/sort)]] || Sort ''the currently selected members'' (**`Alt+End`**)||78 || [[JOSMImage(dialogs/sort_below)]] || Sort ''the currently selected members'' and all members below ([wikitr:/Help/ExpertMode expert mode] only) || 79 || [[JOSMImage(dialogs/reverse)]] || Reverse the order of the currently selected members || 81 || [[JOSMImage(dialogs/sort)]] || **`Alt+End`** || Sort ''the currently selected members'' || 82 || [[JOSMImage(dialogs/sort_below)]] || || Sort ''the currently selected members'' and all members below ([wikitr:/Help/ExpertMode expert mode] only) || 83 || [[JOSMImage(dialogs/reverse)]] || || Reverse the order of the currently selected members || 80 84 |||| 81 || [[JOSMImage(dialogs/relation/downloadincomplete)]] || Download all incomplete members (**`Alt+Home`**)||82 || [[JOSMImage(dialogs/relation/downloadincompleteselected)]] || Download selected incomplete members || 85 || [[JOSMImage(dialogs/relation/downloadincomplete)]] || **`Alt+Home`** || Download all incomplete members || 86 || [[JOSMImage(dialogs/relation/downloadincompleteselected)]] || || Download selected incomplete members || 83 87 84 88 Text field below the table used to set role to [#Currentlyselectedmembers Currently selected members] … … 99 103 || [[JOSMImage(dialogs/relation/selectprimitives)]] || Select objects in the current data set for currently selected relation members in the member list || 100 104 |||| 101 || [[JOSMImage(dialogs/relation/deletemembers)]] || Remove all members referring to one of the selected objects in the current data set 105 || [[JOSMImage(dialogs/relation/deletemembers)]] || Remove all members referring to one of the selected objects in the current data set || 102 106 103 107 … … 162 166 * [wikitr:/Help/Concepts/Conflict Concepts Conflict] - explanation of conflicts 163 167 * Relations can be also edited using [wikitr:/Help/Menu/TagsMembershipMenu#Rightclickonaparentrelationinmembershipspart simple right click menu] in [wikitr:/Help/Dialog/TagsMembership Tags/Membership panel] 164 * Some of [wikitr:/Plugins plugins] can simplify [wikitr:/Help/Relations editing of relations], namely [wikitr:/Help/Plugin/TurnRestrictions turnrestrictions] or[osmwiki:Relations/Proposed/turn_lanes#Plugin turnlanes]168 * Some of [wikitr:/Plugins plugins] can simplify [wikitr:/Help/Relations editing of relations], namely [wikitr:/Help/Plugin/TurnRestrictions turnrestrictions], [osmwiki:Relations/Proposed/turn_lanes#Plugin turnlanes] or [osmwiki:JOSM/Plugins/PT_Assistant pt_assistant] 165 169 166 170 ---- 167 Back to [wikitr:/Help/Dialog Dialog]\\ 171 Back to [wikitr:/Help/Dialog Dialog] \\ 168 172 Back to [wikitr:/Help Main Help]
