Changes between Version 24 and Version 25 of Help/Action/CombineWay


Ignore:
Timestamp:
2020-02-17T22:00:53+01:00 (6 years ago)
Author:
skyper
Comment:

added text of warnings and moved screenshot

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/CombineWay

    v24 v25  
    99
    1010* The order of selection matters, as the remaining way will keep the [wikitr:/Help/Concepts/Object#ObjectId object id] and [wikitr:/Help/Concepts/Object#ObjectHistory object history] of the first selected way with positive id.
    11 * The ways need to be connected to each other in their end nodes and need to form one line otherwise JOSM will show a info warning and refuses the action:
     11* The ways need to be connected to each other in their end nodes and need to form one line otherwise JOSM will show a info warning ([#InfoWarning see below]) and refuses the action.
     12* All [wikitr:/Help/Concepts/Object#Tags1 tags] with only a single value and all relation memberships from all ways will be added and the [#TagsMembershipsConflictDialog Tags/Memberships Conflict Dialog] will open if manual decisions are needed. In normal user mode it will additionally warn before adding any tag or membership the ways do not have in common.
    1213
    13 [[Image(josm_refuse_combine_warning_screenshot.png)]]
    14 
    15 * All [wikitr:/Help/Concepts/Object#Tags1 tags] with only a single value and all relation memberships from all ways will be added and the [#TagsMembershipsConflictDialog Tags/Memberships Conflict Dialog] will open if manual decisions are needed. In normal user mode it will additionally warn before adding any tag or membership the ways do not have in common.
     14=== Info warning ===#InfoWarning
     15[[Image(josm_refuse_combine_warning_screenshot.png,right,margin-right=20,margin-left=40)]]
     16If the selected ways are not connected in theire end nodes and/or do not form one line an info warning is presented with following content:
     17{{{
     18Could not combine ways
     19(They could not be merged into a single string of nodes)
     20}}}
    1621
    1722== Combine Confirmation ==#CombineConfirmation
     
    1924
    2025=== Tag ===#CombineConfirmationTag
    21 If there is any difference in [wikitr:/Help/Concepts/Object#Tags tags] or conflicting tag combinations, JOSM presents following warning and ask for confirmation:
     26If there is any difference in [wikitr:/Help/Concepts/Object#Tags tags] or conflicting tag combinations, JOSM presents following warning and ask for confirmation.\\
     27 The warning lists each conflicting key with its values in brackets and offers two options to hide this warning in future. Choosing "No" will cancel the whole action.
    2228
    2329[[Image(josm_combine_confirmation_tag_screenshot.png)]]
    2430
    2531=== Relation ===#CombineConfirmationRelation
    26 
    27 If there is any difference in relation membership or role, JOSM presents following warning and ask for confirmation:
     32If there is any difference in relation membership or role, JOSM presents following warning and ask for confirmation\\
     33 The warning lists each involved relation with its name, the number of members and if it is not complete downloaded in brackets and offers two options to hide this warning in future. Choosing "No" will cancel the whole action.
    2834
    2935[[Image(josm_combine_confirmation_relation_screenshot.png)]]