Changes between Version 190 and Version 191 of TaggingPresets
- Timestamp:
- 2021-10-11T16:07:33+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v190 v191 187 187 match_expression="search expression":: 188 188 additional criteria for matching primitives, specified in [wikitr:/Help/Action/Search JOSM search] syntax. ''(since r17662)'' \\ 189 For instance, a preset with `match_expression="foo=bar"` requires OSM objects to have the tag `foo=bar`. You may want to use the `match_expression=""` to exclude certain OSM objects, e.g. when a more specific preset is present. \\190 **Note**: Does not work, yet, see #20843.189 Quotes (`"`) need to be written as `"`. \\ 190 For instance, a preset with `match_expression="foo=bar"` requires OSM objects to have the tag `foo=bar`. You may want to use the `match_expression=""` to exclude certain OSM objects, e.g. when a more specific preset is present. 191 191 id="unique_identifier":: 192 192 the unique identifier for this `<chunk>` … … 200 200 How often can a role occur (if not given unlimited number is assumed) 201 201 member_expression="search expression":: 202 an expression, in [wikitr:/Help/Action/Search JOSM search] syntax, for objects of this role 202 an expression, in [wikitr:/Help/Action/Search JOSM search] syntax, for objects of this role \\ 203 Quotes (`"`) need to be written as `"`. 203 204 regexp="true":: 204 205 set to `"true"` if the key of a role is a regular expression. \\
