Changes between Version 185 and Version 186 of TaggingPresets


Ignore:
Timestamp:
2021-06-23T18:38:28+02:00 (4 years ago)
Author:
skyper
Comment:

add tickets about problems with "match_expression" and "value_template"

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v185 v186  
    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.
     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.
    190191 id="unique_identifier"::
    191192   the unique identifier for this `<chunk>`
     
    223224 value_template="template"::
    224225   A template to generate the value automatically based on other tag values of the object. The syntax of `name_template=""` is used, [#NameTemplateSyntax see below]. ''(since r17639)'' \\
    225    For instance, `"Bus {ref}: {from} → {to}"` can be used to generate the name of a bus route relation.
     226   For instance, `"Bus {ref}: {from} → {to}"` can be used to generate the name of a bus route relation. \\
     227  **Note**: There are some minor problems with this attribute, see #20851 and #20861.
    226228\\
    227229