Changes between Version 24 and Version 25 of Help/Action/CombineWay
- Timestamp:
- 2020-02-17T22:00:53+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/CombineWay
v24 v25 9 9 10 10 * 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. 12 13 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)]] 16 If 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 {{{ 18 Could not combine ways 19 (They could not be merged into a single string of nodes) 20 }}} 16 21 17 22 == Combine Confirmation ==#CombineConfirmation … … 19 24 20 25 === 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: 26 If 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. 22 28 23 29 [[Image(josm_combine_confirmation_tag_screenshot.png)]] 24 30 25 31 === Relation ===#CombineConfirmationRelation 26 27 If there is any difference in relation membership or role, JOSM presents following warning and ask for confirmation: 32 If 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. 28 34 29 35 [[Image(josm_combine_confirmation_relation_screenshot.png)]]