Changes between Version 12 and Version 13 of Help/Dialog/RelationEditor
- Timestamp:
- 2015-02-17T21:59:29+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/RelationEditor
v12 v13 4 4 = Relation Editor Dialog = 5 5 6 JOSM has three visible features to allow working with relations: a relation list, a relation editor, and a modified property display dialog.6 JOSM has three visible features to allow working with [[Image(source:trunk/images/data/relation.png,middle)]] [Concepts/Object#Relations relations]: this relation editor, a relation list, and a modified property display dialog. 7 7 8 The RelationEditor Dialog can be used to create, modify, and delete[Concepts/Object#Relationsrelations].8 The relation editor dialog can be used to create, modify, and delete relations. 9 9 10 In addition tothe [[Image(source:trunk/images/dialogs/propertiesdialog.png,15)]] [Dialog/TagsMembership Tags/Memberships Dialog] where the keys and values are listed, there is a list that any relations of which the selected item is a member is listed together with the "role" the item hasin that relation. Double-clicking on a line there will open this relationship editor for the relation in question.10 In the [[Image(source:trunk/images/dialogs/propertiesdialog.svg,15,middle)]] [Dialog/TagsMembership tags/memberships dialog] 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. 11 11 12 The [[Image(source:trunk/images/dialogs/relationlist.png,15)]] [Dialog/RelationList relation list] is just a new dialog in JOSM that you can activate using the gear icon on the left. It shows a list of all relations loaded and you can add or delete relations there as well.12 The [[Image(source:trunk/images/dialogs/relationlist.png,15,top)]] [Dialog/RelationList relation list] is just another toggle dialog which can be activated using the gear icon [[Image(source:trunk/images/data/relation.png,top)]] on the left panel. It shows a list of all relations loaded and you can add or delete relations there as well. 13 13 14 14 == Relation Editor == 15 The relation editor consists of three tabs and the three buttons on top to: 16 17 [[Image(source:trunk/images/save.png,bottom,margin-right=15)]] Apply the current changes made within the relation editor to the data 18 19 [[Image(source:trunk/images/duplicate.png,bottom,margin-right=15)]] Clone e.g create a copy of the relation and open it in another relation editor dialog 20 21 [[Image(source:trunk/images/dialogs/delete.png,bottom,margin-right=15)]] delete the current relation 22 23 24 === Tags and Members ===#TagMember 25 The tags and members tab has an upper part similar to the tags/membership 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. 15 26 16 27 [[Image(relation_editor.png,600)]] 17 28 18 The relation editor has an upper part where tags for the relation can be entered and a lower part that contains the members of the relation. There's an "add selected" button that adds all objects currently selected in JOSM as members, and there's the reverse, a "select" button that selects members of the relation in JOSM (you will have to use that to see them on the map). 29 ==== Tags ==== 30 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. The three button one the left are: 31 32 [[Image(source:trunk/images/dialogs/add.png,bottom,margin-right=15)]] Add a new tag 33 34 [[Image(source:trunk/images/dialogs/delete.png,bottom,margin-right=15)]] Delete the current selected boxes of the tag table 35 36 [[Image(source:trunk/images/pastetags.png,bottom,margin-right=15)]] Paste tags from buffer 37 38 ==== Members ==== 39 In the lower left part is the member list of the relation. The list offers the role on the left, in the middle the object type as icon plus some identifier like name, ref or simply the id of the object and one the right information about neighbor ways' connections useful for consistency checks like checking that a the members of a multipolygon form closed ways or that a route is a complete line without missing some ways in the middle. 40 41 Selecting members in this list works as usual and changing the role of a member is possible by clicking on the role. Alternatively, the apply role text filed at the bottom allows to set a role to all selected members. 42 43 The buttons on the left offer the following actions: 44 ==== Selection ==== 45 === Parent Relations === 46 === Child Relations === 19 47 20 48 == Error and Warning Messages == … … 24 52 <a name="RelationChangedOutsideOfEditor"> 25 53 }}} 26 A [Concepts/Object#Relations relation] may be edited concurrently in the Relation Editor Dialog ''and'' outside of theRelation Editor Dialog. While theRelation Editor Dialog 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 theRelation Editor Dialog. JOSM keeps track of them, though, and when you close theRelation Editor Dialog or apply changes, the following warning message is displayed:54 A relation may be edited concurrently in the relation editor dialog ''and'' outside of the relation editor dialog. While the relation editor dialog 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 dialog. JOSM keeps track of them, though, and when you close the relation editor dialog or apply changes, the following warning message is displayed: 27 55 28 56 [[Image(warning-conflict-in-data.png)]]
