Changes between Version 51 and Version 52 of Help/Dialog/RelationEditor


Ignore:
Timestamp:
2016-09-25T08:49:43+02:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

Toggle Dialogs > Windows

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/RelationEditor

    v51 v52  
    33
    44''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]]
    66''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]''
    77
    8 = Relation Editor Dialog =
     8= Relation Editor window =
    99
    10 The relation editor dialog is one of many options to create, modify, and delete relations; this is most comprehensive tool in core JOSM.
     10The relation editor window is one of many options to create, modify, and delete relations; this is most comprehensive tool in core JOSM.
    1111
    1212In 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.
     
    1818|| [[Image(source:trunk/images/dialogs/refresh.png)]] || Refresh relation from data layer (see [#RelationChangedOutsideOfEditor below] for more explanation) ||
    1919|| [[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 ||
    2121|| [[Image(source:trunk/images/dialogs/delete.png)]] || Delete the currently edited relation ||
    2222
    2323
    2424=== 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.
     25The 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.
    2626
    2727[[Image(relation_editor.png,right,margin-left=15)]]
     
    3434|| [[Image(source:trunk/images/pastetags.png)]] || Paste tags from buffer ||
    3535
    36 Note: In general it is easier to modify tags with the [Dialog/TagsMembership Tags/Memberships Dialog].
     36Note: In general it is easier to modify tags with the [Dialog/TagsMembership Tags/Memberships window].
    3737
    3838==== Bottom half, left side, members ====
     
    5757
    5858==== 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.
     59In 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.
    6060
    6161The buttons offer following actions:
     
    9090The relation editor has an advanced drag and drop support. You can do the following actions:
    9191* 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)
    9393* move an object from the members list of one relation editor instance to another relation editor instance
    9494* move an object from the members list of one relation editor instance to another relation editor instance from another layer*
    9595* 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 Dialog to an external text editor
     96* move an object from the members list of the relation editor or from the Selection window to an external text editor
    9797
    9898^^* provided the objects are part of the dataset
     
    104104<a name="RelationChangedOutsideOfEditor">
    105105}}}
    106 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. 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 dialog or apply changes, without pressing the refresh button before, the following warning message is displayed:
     106A 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:
    107107
    108108[[Image(warning-conflict-in-data.png)]]
     
    127127
    128128== See also ==
    129 * [[Image(source:trunk/images/dialogs/relationlist.png,20,middle)]] [Dialog/RelationList Relation list dialog] - all loaded relations are listed here
     129* [[Image(source:trunk/images/dialogs/relationlist.png,20,middle)]] [Dialog/RelationList Relations window] - all loaded relations are listed here
    130130* [Concepts/Object Object] - detailed explanation what ''relation'' is
    131131* [[Help/Relations]] - steps how to create parent relations, edit parent/child relations and so on