Changes between Version 6 and Version 14 of Help/Action/CreateMultipolygon
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/CreateMultipolygon
v6 v14 1 1 [[TranslatedPages]] 2 2 3 = Tools > Create a multipolygon =3 = Tools > Create Multipolygon = 4 4 5 This tool is used to quickly create a [wikitr:/Help/Concepts/Object#Relations relation], more specificity a valid [wikitr:/Help/Concepts/Object#typemultipolygon multi-polygon].5 [[JOSMImage(multipoly_create,link=,middle,48,margin-right=20)]] ''Keyboard shortcut:'' **`Ctrl+B`** 6 6 7 == a multipolygon with single outer ring and single inner ring == 7 This tool quickly creates a [[JOSMImage(data/multipolygon)]] [wikitr:/Help/Concepts/Object#typemultipolygon multipolygon], one of the most common [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relations]. 8 8 9 [wikitr:/Help/Dialog/SelectionList Selected] [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways ways] will be [wikitr:/Help/Concepts/Object#Members members] of the multipolygon with appropriate [wikitr:/Help/Concepts/Object#Roles roles], `outer` or `inner`, and most of the [wikitr:/Help/Concepts/Object#Tags tags] in common are moved from the `outer` ways to the multipolygon. 10 11 {{{#!comment 12 the targets #Members and #Roles, above, do not yet exist in Help/Concepts/Object 13 }}} 14 15 16 == Examples ==#Examples 17 === A multipolygon with single outer ring and single inner ring ===#MultipolySingleOuterAndInner 9 18 1. Select a relation members that would form: 10 19 a. an outer ring ([wikitr:/Help/Concepts/Object#Ways ways]) - in this demo we will use [wikitr:/Help/Action/SelectNonBranchingWaySequences Select > Non-branching way sequences] to speed up process. 11 20 a. an inner ring 12 2. after all members selected, activate a tool13 3. enter details using [wikitr:/Presets presets], [wikitr:/Help/Dialog/TagsMembership Tags/Membership Dialog] or [wikitr:/Help/Dialog/RelationEditor Relation editor]14 4. This tool creates only valid multi-polygons, but you may'''optionally'''check that new muti-polygon contains no mistakes using [wikitr:/Help/Dialog/Validator validator], as there might be mistakes after human intervention.21 1. after all members selected, activate a tool 22 1. enter details using [wikitr:/Presets presets], [wikitr:/Help/Dialog/TagsMembership Tags/Membership Dialog] or [wikitr:/Help/Dialog/RelationEditor Relation editor] 23 1. This tool creates only valid multipolygons, but you may **optionally** check that new mutipolygon contains no mistakes using [wikitr:/Help/Dialog/Validator validator], as there might be mistakes after human intervention. 15 24 16 A new relation with single [wikitr:/Help/Concepts/Object#Tags tag] {{{type=multipolygon}}}would be created. You can add more details, using tags such as{{{natural=water}}}for water objects and so on.25 A new relation with single [wikitr:/Help/Concepts/Object#Tags tag] `type=multipolygon` would be created. You can add more details, using tags such as `natural=water` for water objects and so on. 17 26 18 [[Image(3seg_outer_1seg_inner.gif)]] 27 [[Image(3seg_outer_1seg_inner.gif,link=)]] 19 28 29 == Notifications ==#Notifications 30 If the selection does not fit, following notification messages will be presented, if: 31 * the selected ways do not form complete rings: \\ 32 `Multipolygon is not closed` 33 * the selected ways overlapp: \\ 34 `Intersection between multipolygon ways` 35 36 == Advanced Preferences ==#AdvancedPreferences 37 These preferences allow to change the behavior of the action. 38 ||= **Property** =||= **Default** =||= **Description** =|| 39 || **`multipoly.alltags`** || `false` || enable/disable moving all keys of `outer` ways which have not several explicit values. Linear tags are still respected. || 40 || **`multipoly.lineartagstokeep`** || `[barrier,fence_type,source]` || A list of keys which are not moved to the relation || 41 || **`multipoly.movetags`** || `true` || enable/disables the moving of tags completely || 42 || **`multipoly.show-relation-editor`** || `false` || enable/disable the opening of the [wikitr:/Help/Dialog/RelationEditor relation editor dialog] after creating/modifying the multipolygon. The relation is always created/modified and this is just a shortcut to open the relation editor and identical to "Edit Relation" invoke from panels, see #20113. || 43 44 == See also 45 * [[JOSMImage(multipoly_update,24,link=,middle)]] [wikitr:/Help/Action/UpdateMultipolygon Update Multipolygon] 20 46 21 47 ---- 22 Back to [wikitr:/Help/Menu/Tools Menu Tools][[Br]] 48 Back to [wikitr:/Help/Menu/Tools Menu Tools] \\ 49 Back to [wikitr:/Help/Menu Main Menu] \\ 23 50 Back to [wikitr:/Help Main Help]