| 10 | | * If one way is surrounded by the other(s) a multipolygon will be created automatically. |
| 11 | | * 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. |
| 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 [wikitr:/Help/Action/CombineWay#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, like Combine Ways, see [wikitr:/Help/Action/CombineWay#CombineConfirmation Combine Confirmation]. |
| | 12 | * If one way is surrounded by the other(s) a [wikitr:/Help/Concepts/Object#typemultipolygon multipolygon] will be created automatically. |
| | 13 | * Usually, 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. See #9599. |
| | 14 | * All [wikitr:/Help/Concepts/Object#Tags1 tags] with only a single value from all ways will be added and the [wikitr:/Help/Action/CombineWay#TagsMembershipsConflictDialog Tags/Memberships Conflict Dialog] will open if manual decisions are needed or memberships are involved. In normal user mode it will additionally warn before adding any tag or membership the ways do not have in common, like Combine Ways, see [wikitr:/Help/Action/CombineWay#CombineConfirmation Combine Confirmation]. |
| | 15 | * If a selected way does not overlap with any other selected way nor is surrounded by any other selected way, it is silently dropped of list of ways to join and left as is. |
| | 16 | * Additionally selected nodes do not matter |
| | 17 | |
| | 18 | === Notifications === #Notifications |
| | 19 | If the selection does not fit Join Areas needs, following notification messages will be presented, if: |
| | 20 | * all selected ways are not overlapping and no selected way is surrounded by another selected way following notification is presented and no changes are made. |
| | 21 | |
| | 22 | [[Image(josm_join_areas_message_no_intersection.png)]] |
| | 23 | |
| | 24 | * one or more selected ways are not closed. |
| | 25 | |
| | 26 | [[Image(josm_join_areas_message_unclosed.png)]] |
| | 27 | |