Changes between Version 51 and Version 52 of Help/Dialog/RelationEditor
- Timestamp:
- 2016-09-25T08:49:43+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/RelationEditor
v51 v52 3 3 4 4 ''If you are looking for complete list of [Concepts/Object#Relations relations] loaded in your JOSM, see [Dialog/RelationList Relations window]''[[br]] 5 ''Relations can be also edited using [Help/Menu/TagsMembershipMenu#Rightclickonitemsinmembershipspart simple right click menu] in [Help/Dialog/TagsMembership Tags/Membership Dialog]''[[br]]5 ''Relations can be also edited using [Help/Menu/TagsMembershipMenu#Rightclickonitemsinmembershipspart simple right click menu] in [Help/Dialog/TagsMembership Tags/Membership window]''[[br]] 6 6 ''Some of [wiki:Plugins plugins] can simplify [wiki:Help/Relations editing of relations], namely [Help/Plugin/TurnRestrictions turnrestrictions] or [http://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin turnlanes]'' 7 7 8 = Relation Editor Dialog=8 = Relation Editor window = 9 9 10 The relation editor dialogis one of many options to create, modify, and delete relations; this is most comprehensive tool in core JOSM.10 The relation editor window is one of many options to create, modify, and delete relations; this is most comprehensive tool in core JOSM. 11 11 12 12 In the [#TagMember Tags and Members tab] below the listed keys and values there is a list that any relations of which the selected object is a member of is listed together with its "role" in that relation. Double-clicking on a line there will open this relationship editor for the relation in question. … … 18 18 || [[Image(source:trunk/images/dialogs/refresh.png)]] || Refresh relation from data layer (see [#RelationChangedOutsideOfEditor below] for more explanation) || 19 19 || [[Image(source:trunk/images/save.png)]] || Apply the current changes made within the relation editor to the data TODO: clarify when to use it || 20 || [[Image(source:trunk/images/duplicate.png)]] || Clone e.g create a copy of the relation and open it in another relation editor dialog||20 || [[Image(source:trunk/images/duplicate.png)]] || Clone e.g create a copy of the relation and open it in another relation editor window || 21 21 || [[Image(source:trunk/images/dialogs/delete.png)]] || Delete the currently edited relation || 22 22 23 23 24 24 === Tags and Members tab ===#TagMember 25 The tags and members tab has an upper part similar to the [Dialog/TagsMembership Tags/Memberships Dialog] where tags for the relation can be entered and a lower part that contains the list of members of the relation on the left side and a list of the current selection on the right.25 The tags and members tab has an upper part similar to the [Dialog/TagsMembership Tags/Memberships window] where tags for the relation can be entered and a lower part that contains the list of members of the relation on the left side and a list of the current selection on the right. 26 26 27 27 [[Image(relation_editor.png,right,margin-left=15)]] … … 34 34 || [[Image(source:trunk/images/pastetags.png)]] || Paste tags from buffer || 35 35 36 Note: In general it is easier to modify tags with the [Dialog/TagsMembership Tags/Memberships Dialog].36 Note: In general it is easier to modify tags with the [Dialog/TagsMembership Tags/Memberships window]. 37 37 38 38 ==== Bottom half, left side, members ==== … … 57 57 58 58 ==== Bottom half, right side, selection ==== 59 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 list toggle dialog]. Objects with yellow background color are already member of the relation.59 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. 60 60 61 61 The buttons offer following actions: … … 90 90 The relation editor has an advanced drag and drop support. You can do the following actions: 91 91 * reorder the members in the members list 92 * move an object from the [wiki:Help/Dialog/SelectionList Selection List Dialog] to the members list in the relation editor (with automatic role suggestion)92 * move an object from the [wiki:Help/Dialog/SelectionList Selection window] to the members list in the relation editor (with automatic role suggestion) 93 93 * move an object from the members list of one relation editor instance to another relation editor instance 94 94 * move an object from the members list of one relation editor instance to another relation editor instance from another layer* 95 95 * move an object from the members list of one relation editor instance to another relation editor instance from another JOSM instance* 96 * move an object from the members list of the relation editor or from the Selection List Dialogto an external text editor96 * move an object from the members list of the relation editor or from the Selection window to an external text editor 97 97 98 98 ^^* provided the objects are part of the dataset … … 104 104 <a name="RelationChangedOutsideOfEditor"> 105 105 }}} 106 A relation may be edited concurrently in the relation editor dialog''and'' outside of the relation editordialog. While the relation editordialogfor 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 editordialog. You need to click on the [[Image(source:trunk/images/dialogs/refresh.png)]] refresh button to update the data in the relation editor. Anyhow JOSM keeps track of them and when you close the relation editordialogor apply changes, without pressing the refresh button before, the following warning message is displayed:106 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)]] 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: 107 107 108 108 [[Image(warning-conflict-in-data.png)]] … … 127 127 128 128 == See also == 129 * [[Image(source:trunk/images/dialogs/relationlist.png,20,middle)]] [Dialog/RelationList Relation list dialog] - all loaded relations are listed here129 * [[Image(source:trunk/images/dialogs/relationlist.png,20,middle)]] [Dialog/RelationList Relations window] - all loaded relations are listed here 130 130 * [Concepts/Object Object] - detailed explanation what ''relation'' is 131 131 * [[Help/Relations]] - steps how to create parent relations, edit parent/child relations and so on
