Changes between Version 190 and Version 191 of TaggingPresets


Ignore:
Timestamp:
2021-10-11T16:07:33+02:00 (4 years ago)
Author:
skyper
Comment:

match_expression is working, add info about quotes

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v190 v191  
    187187 match_expression="search expression"::
    188188   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.
    191191 id="unique_identifier"::
    192192   the unique identifier for this `<chunk>`
     
    200200   How often can a role occur (if not given unlimited number is assumed)
    201201 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 `&quot;`.
    203204 regexp="true"::
    204205   set to `"true"` if the key of a role is a regular expression. \\