Changes between Version 82 and Version 99 of Help/Dialog/RelationEditor
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/RelationEditor
v82 v99 1 1 [[TranslatedPages]] 2 [[PageOutline(2- 3,Table of Contents)]]2 [[PageOutline(2-10,Table of Contents)]] 3 3 4 4 = Relation Editor = 5 5 6 A Relation Editor handles the members and tags of exactly one relation. 7 Don't confuse it with the [wikitr:/Help/Dialog/RelationList Relations window]. That ''JOSM window'' lists all relations. 8 9 === Buttons on top === 10 11 || [[Image(source:trunk/images/dialogs/refresh.png)]] || Refresh relation from data layer (see [#RelationChangedOutsideOfEditor below] for more explanation) || 12 || [[Image(source:trunk/images/save.png)]] || Apply the current changes made within the relation editor to the data TODO: clarify when to use it || 13 || [[Image(source:trunk/images/dialogs/select.png)]] || Select the relation of the relation editor window || 14 || [[Image(source:trunk/images/duplicate.png)]] || Clone e.g create a copy of the relation and open it in another relation editor window || 15 || [[Image(source:trunk/images/dialogs/delete.svg)]] || Delete the currently edited relation || 6 A Relation editor handles the members and [wikitr:/Help/Concepts/Object#Tags1 tags] of exactly one [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relation]. \\ 7 \\ 8 Don't confuse it with the [wikitr:/Help/Dialog/RelationList Relations list panel]. That [wikitr:/Help/ToggleDialogs Sidebar] panel lists all relations. 16 9 17 10 11 == The Dialog Layout == 12 === Buttons on top ===#Buttonsontop 13 ||= **Icon** =||= **Description** =|| 14 || [[JOSMImage(dialogs/refresh)]] || Refresh relation from data layer (see [#RelationChangedOutsideOfEditor below] for more explanation) || 15 || [[JOSMImage(save)]] || Apply the current changes made within the relation editor to the data (see [#RelationChangedOutsideOfEditor below] for more explanation) || 16 || [[JOSMImage(dialogs/select)]] || Select the relation of the relation editor || 17 || [[JOSMImage(duplicate)]] || Clone e.g create a copy of the relation and open it in another relation editor || 18 || [[JOSMImage(dialogs/delete,24,link=,middle)]] || Delete the currently edited relation || 19 18 20 === Tags and Members tab ===#TagMember 19 The tags and members tab has an upper half where tags for the relation can be entered.21 The tags and members tab has an upper half where tags for the relation itself can be entered. 20 22 21 23 Its lower part has two separate lists. On the left the members of the relation are listed. The list on the right hand side shows the current selection of map objects. 22 24 23 [[Image(relation_editor.png,right,margin-left=15)]] 25 In between the two parts the horizontal separator includes two buttons on the left side with a [[JOSMImage(svpUp,link=,middle,16)]] up and [[JOSMImage(svpDown,link=,middle,16)]] down arrow to move the separator to center, up or down and hide, respectively, display the upper or lower part. 24 26 25 ==== Upper half, tags of the relation itself ====26 On top in the upper part are links to presets matching the current '' '''tags of the relation''''' and below are the tags in a table.27 ==== Tags of Relation (upper part) ====#TagsRelation 28 On top in the upper part are links to presets matching the current ''**tags of the relation**'' and below are the tags in a table. 27 29 28 Presets matching relation can be opened here (they are more suggestive than tags panel). [/wiki/Introduction#Leftmouseclickonrespectivepresetheadingwillopencompletepresetview Click respective link to open full preset], as usual. 30 Presets matching relation can be opened here (they are more suggestive than tags panel). [wikitr:/Introduction#Leftmouseclickonrespectivepresetheadingwillopencompletepresetview Click respective link to open full preset], as usual. 31 32 [[Image(relation_editor.png,right,margin-left=15,link=)]] 29 33 30 34 The three button one the left are: 35 ||= **Icon** =||= **Description** =|| 36 || [[JOSMImage(dialogs/add)]] || Add a new tag || 37 || [[JOSMImage(dialogs/delete,24,link=,middle)]] || Delete the current selected boxes of the tag table || 38 || [[JOSMImage(pastetags)]] || Paste tags from buffer || 31 39 32 || [[Image(source:trunk/images/dialogs/add.png)]] || Add a new tag || 33 || [[Image(source:trunk/images/dialogs/delete.svg)]] || Delete the current selected boxes of the tag table || 34 || [[Image(source:trunk/images/pastetags.png)]] || Paste tags from buffer || 40 **Note**: In general it is easier to modify tags with the [wikitr:/Help/Dialog/TagsMembership Tags/Memberships panel]. 35 41 36 Note: In general it is easier to modify tags with the [Dialog/TagsMembership Tags/Memberships window]. 37 38 ==== Bottom half, left side, members ==== 42 ==== Members List (bottom half, left side) ====#MembersList 39 43 In the lower left part is the member table of the relation. 40 44 41 ===== Table ===== 45 ===== Table =====#Table 42 46 The table shows for each member: 43 * its role on the left 44 * in the middle the object type as icon plus some identifier like name, ref or simply the id of the object 45 * Double-clicking on a line with ''complete relation'' there will open this ''Relationship editor'' for the relation in question 46 * on the right information about neighbor ways' connections useful for consistency checks like checking that the members of a [Help/Concepts/Object#typemultipolygon multipolygon] form closed ways or that a route is a complete line without missing some ways in the middle. 47 ||= **Title** =||= **Description** =|| 48 || Role || its role || 49 || 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 || 50 || || 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 || 47 51 48 52 ====== Context menu in table ====== 49 50 53 Gap is indicated as red dot. 51 54 52 55 * Zoom to - will zoom to the topmost element of the [#Currentlyselectedmembers currently selected members] 53 56 * Zoom to Gap (actionable only when gap is selected) - will zoom to gap 54 * Zoom toprevious gap55 * Zoom tonext gap57 * Select previous gap 58 * Select next gap 56 59 57 ===== Currently selected members ===== 58 Selecting members in the [ [#Table]] works as usual: hold {{{Ctrl}}} to select multiple items. Left click on the item to add/remove it from the selection.60 ===== Currently selected members =====#Currentlyselectedmembers 61 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. 59 62 60 63 On the right you can see example that only "K 8830" way was selected. … … 63 66 The buttons on the left offer the following actions if appropriate: 64 67 65 || [[Image(source:trunk/images/dialogs/moveup.png)]] || Move the [#Currentlyselectedmembers currently selected members] up (**`Alt+up`**) || 66 || [[Image(source:trunk/images/dialogs/movedown.png)]] || Move ''the currently selected members'' down (**`Alt+down`**) || 67 || || || 68 || [[Image(source:trunk/images/dialogs/edit.png)]] || Open additional relation editors for ''the currently selected members'' of object type relation || 69 || [[Image(source:trunk/images/dialogs/delete.svg)]] || Remove ''the currently selected members'' from the relation (**`Alt+Delete`**) || 70 || || || 71 || [[Image(source:trunk/images/dialogs/sort.png)]] || Sort ''the currently selected members'' (**`Alt+End`**) || 72 || [[Image(source:trunk/images/dialogs/sort_below.png)]] || Sort ''the currently selected members'' and all members below ([ExpertMode expert mode] only) || 73 || [[Image(source:trunk/images/dialogs/relation/reverse.png)]] || Reverse the order of the currently selected members || 74 || || || 75 || [[Image(source:trunk/images/dialogs/relation/downloadincomplete.png)]] || Download all incomplete members (**`Alt+Home`**) || 76 || [[Image(source:trunk/images/dialogs/relation/downloadincompleteselected.png)]] || Download selected incomplete members || 68 ||= **Icon** =||= **Description** =|| 69 || [[JOSMImage(dialogs/up)]] || Move the [#Currentlyselectedmembers currently selected members] up (**`Alt+up`**) || 70 || [[JOSMImage(dialogs/down)]] || Move ''the currently selected members'' down (**`Alt+down`**) || 71 |||| 72 || [[JOSMImage(dialogs/edit)]] || Open additional relation editors for ''the currently selected members'' of object type relation || 73 || [[JOSMImage(dialogs/delete,24,link=,middle)]] || Remove ''the currently selected members'' from the relation (**`Alt+Delete`**) || 74 |||| 75 || [[JOSMImage(dialogs/sort)]] || Sort ''the currently selected members'' (**`Alt+End`**) || 76 || [[JOSMImage(dialogs/sort_below)]] || Sort ''the currently selected members'' and all members below ([wikitr:/Help/ExpertMode expert mode] only) || 77 || [[JOSMImage(dialogs/reverse)]] || Reverse the order of the currently selected members || 78 |||| 79 || [[JOSMImage(dialogs/relation/downloadincomplete)]] || Download all incomplete members (**`Alt+Home`**) || 80 || [[JOSMImage(dialogs/relation/downloadincompleteselected)]] || Download selected incomplete members || 77 81 78 Text field below the table used to set role to [ [#Currentlyselectedmembers]]82 Text field below the table used to set role to [#Currentlyselectedmembers Currently selected members] 79 83 80 ==== Bottom half, right side, selection ==== 81 In the lower right part is the selection list where currently selected objects in the current data set are shown. The list is basically a mirror of the [Dialog/SelectionList Selection window]. Objects with yellow background color are already member of the relation. 84 85 ==== Selection List (bottom half, right side) ====#SelectionList 86 In the lower right part is the selection list where currently selected objects in the current data set are shown. The list is basically a mirror of the [wikitr:/Help/Dialog/SelectionList Selection list]. Objects with yellow background color are already member of the relation. 82 87 83 88 The buttons offer following actions: 84 89 85 || [[Image(source:trunk/images/dialogs/conflict/copystartright.svg)]] || Add all objects selected in the current data set before the first member || 86 || [[Image(source:trunk/images/dialogs/conflict/copybeforecurrentright.svg,)]] || Add all objects selected in the current data set before the first selected member || 87 || [[Image(source:trunk/images/dialogs/conflict/copyaftercurrentright.svg)]] || Add all objects selected in the current data set after the last member selected member || 88 || [[Image(source:trunk/images/dialogs/conflict/copyendright.svg)]] || Add all objects selected in the current data set after the last member || 89 || || || 90 || [[Image(source:trunk/images/dialogs/relation/selectmembers.svg)]] || Select relation members in the member list which refer to objects in the current selection || 91 || [[Image(source:trunk/images/dialogs/relation/selectprimitives.svg)]] || Select objects in the current data set for currently selected relation members in the member list || 92 || || || 93 || [[Image(source:trunk/images/dialogs/relation/deletemembers.svg)]] || Remove all members referring to one of the selected objects in the current data set 90 ||= **Icon** =||= **Description** =|| 91 || [[JOSMImage(dialogs/conflict/copystartright)]] || Add all objects selected in the current data set before the first member || 92 || [[JOSMImage(dialogs/conflict/copybeforecurrentright,)]] || Add all objects selected in the current data set before the first selected member || 93 || [[JOSMImage(dialogs/conflict/copyaftercurrentright)]] || Add all objects selected in the current data set after the last member selected member || 94 || [[JOSMImage(dialogs/conflict/copyendright)]] || Add all objects selected in the current data set after the last member || 95 |||| 96 || [[JOSMImage(dialogs/relation/selectmembers)]] || Select relation members in the member list which refer to objects in the current selection || 97 || [[JOSMImage(dialogs/relation/selectprimitives)]] || Select objects in the current data set for currently selected relation members in the member list || 98 |||| 99 || [[JOSMImage(dialogs/relation/deletemembers)]] || Remove all members referring to one of the selected objects in the current data set 94 100 95 === Parent Relations tab ===96 101 102 === Parent Relations tab ===#ParentRelations 97 103 Reload button - will fetch all parent relation from API (parent relations list will be empty if there no parent relations). 98 104 … … 101 107 Note: only one parent relation is shown for [osmwww:relation/51560 relation 51560]: 102 108 103 [[Image(relation 51560.png, nolink,50%)]]109 [[Image(relation 51560.png,link=,600)]] 104 110 105 === Child Relations tab ===106 111 107 TODO: any details? 112 === Child Relations tab ===#ChildRelations 113 This pane recursively shows all child relations, e.g., for a [osmwiki:Relation:network network] all of its [osmwiki:Relation:route_master route master] and [osmwiki:Relation:route route] relations. Incomplete relations are downloaded when expanding or double-clicking the tree node. A separate relation editor is opened when double-clicking one of the child relations. 108 114 109 [[Image(child relations of 1152180.png,nolink,50%)]] 115 [[Image(children of 6016064.png,link=,600)]] 116 110 117 111 118 == Drag and Drop support == 112 The relation editor has an advanced drag and drop support. You can do the following actions:119 The Relation editor has an advanced drag and drop support. You can do the following actions: 113 120 * reorder the members in the members list 114 * move an object from the [wiki :Help/Dialog/SelectionList Selection window] to the members list in the relation editor (with automatic role suggestion)121 * move an object from the [wikitr:/Help/Dialog/SelectionList Selection list] to the members list in the relation editor (with automatic role suggestion) 115 122 * move an object from the members list of one relation editor instance to another relation editor instance 116 123 * move an object from the members list of one relation editor instance to another relation editor instance from another layer* 117 124 * move an object from the members list of one relation editor instance to another relation editor instance from another JOSM instance* 118 * move an object from the members list of the relation editor or from the Selection windowto an external text editor125 * move an object from the members list of the relation editor or from the Selection list to an external text editor 119 126 120 127 ^^* provided the objects are part of the dataset 121 128 129 122 130 == Error and Warning Messages == 123 131 === Conflict in data when saving or applying a relation ===#RelationChangedOutsideOfEditor 124 {{{ 125 #!html 126 <a name="RelationChangedOutsideOfEditor"> 127 }}} 128 A relation may be edited concurrently in the relation editor window ''and'' outside of the relation editor window. While the relation editor window for a relation is open you may for instance split a way the relation refers to. In this case, the relation is modified but the changes due to the way splitting are not immediately reflected in the relation editor window. You need to click on the [[Image(source:trunk/images/dialogs/refresh.png,middle)]] refresh button to update the data in the relation editor. Anyhow JOSM keeps track of them and when you close the relation editor window or apply changes, without pressing the refresh button before, the following warning message is displayed: 132 A relation may be edited concurrently in the relation editor ''and'' outside of the relation editor. While the relation editor for a relation is open you may for instance split a way the relation refers to. In this case, the relation is modified but the changes due to the way splitting are not immediately reflected in the relation editor. You need to click on the [[JOSMImage(dialogs/refresh)]] refresh button to update the data in the relation editor. Anyhow JOSM keeps track of them and when you close the relation editor or apply changes, without pressing the refresh button before, the following warning message is displayed: 129 133 130 [[Image(warning-conflict-in-data.png )]]134 [[Image(warning-conflict-in-data.png,link=)]] 131 135 132 It indicates that JOSM is aware of two incompatible [ Concepts/Object#Objectversions versions] of this relation. Since JOSM can't resolve the differences between these versions automatically, it proposes to create a [Concepts/Conflict conflict] which you can [Concepts/Conflict#Resolvingconflicts resolve] later using the [Dialog/Conflict Conflict Dialog].136 It indicates that JOSM is aware of two incompatible [wikitr:/Help/Concepts/Object#Objectversionsandhistory versions] of this relation. Since JOSM can't resolve the differences between these versions automatically, it proposes to create a [wikitr:/Help/Concepts/Conflict conflict] which you can [wikitr:/Help/Concepts/Conflict#Resolvingconflicts resolve] later using the [wikitr:/Help/Dialog/Conflict Conflict Dialog]. 133 137 134 138 A similar warning is the following: 135 139 136 [[Image(relation_conflict.png )]]140 [[Image(relation_conflict.png,link=)]] 137 141 138 142 It appears when you made changes in the relation and in the data layer and then click on the refresh button. 139 143 140 '''So the workflow should always be like this (if you want to do changes in the relation editor ''and'' the data layer at the same time, i.e. while the relation editor stays open):''' 141 * '''After doing changes in the relation editor and before doing changes in the data layer press the [[Image(source:trunk/images/save.png)]] apply button.'''142 * '''After doing changes in the data layer and before doing changes in the relation editor press the [[Image(source:trunk/images/dialogs/refresh.png)]] refresh button.'''144 **So the workflow should always be like this** (if you want to do changes in the relation editor **''and''** the data layer at the same time, i.e. while the relation editor stays open): 145 * **After doing changes in the relation editor** and **before doing changes in the data layer** press the [[JOSMImage(save)]] apply button. 146 * **After doing changes in the data layer** and **before doing changes in the relation editor** press the [[JOSMImage(dialogs/refresh)]] refresh button. 143 147 144 148 Otherwise you will see the above warnings and end in a conflict. 145 149 146 150 === Unsaved changes === 147 The following warning appears when you make changes in the relation editor and do not press the Apply or OK button, but the Cancel button, the cross or `Escape` to close the window. 148 [[Image(relation_editor_unsaved_changes_warning.png,900)]] 151 The following warning appears when you make changes in the relation editor and do not press the Apply or OK button, but the Cancel button, the cross or `Escape` to close the relation editor. 149 152 150 ''If you are looking for complete list of [Concepts/Object#Relations relations] loaded in your JOSM, see [Dialog/RelationList Relations window]''[[br]] 151 ''Relations can be also edited using [Help/Menu/TagsMembershipMenu#Rightclickonitemsinmembershipspart simple right click menu] in [Help/Dialog/TagsMembership Tags/Membership window]''[[br]] 152 ''Some of [wiki:Plugins plugins] can simplify [Help/Relations editing of relations], namely [Help/Plugin/TurnRestrictions turnrestrictions] or [osmwiki:Relations/Proposed/turn_lanes#Plugin turnlanes]'' 153 [[Image(relation_editor_unsaved_changes_warning.png,link=)]] 154 153 155 154 156 == See also == 155 * [[Image(source:trunk/images/dialogs/relationlist.png,20,middle)]] [Dialog/RelationList Relations window] - all loaded relations are listed here 156 * [Concepts/Object Object] - detailed explanation what ''relation'' is 157 * [[Help/Relations]] - steps how to create parent relations, edit parent/child relations and so on 158 * [[Concepts/Conflict]] 157 * [[JOSMImage(dialogs/relationlist)]] [wikitr:/Help/Dialog/RelationList Relations list] - all loaded relations are listed here 158 * [wikitr:/Help/Concepts/Object#Relations Concepts Object] - detailed explanation what ''relation'' is 159 * [wikitr:/Help/Relations Relations] - steps how to create parent relations, edit parent/child relations and so on 160 * [wikitr:/Help/Concepts/Conflict Concepts Conflict] - explanation of conflicts 161 * Relations can be also edited using [wikitr:/Help/Menu/TagsMembershipMenu#Rightclickonaparentrelationinmembershipspart simple right click menu] in [wikitr:/Help/Dialog/TagsMembership Tags/Membership panel] 162 * 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] 159 163 160 164 ----