Changes between Version 232 and Version 233 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-02-08T14:09:17+01:00 (3 years ago)
Author:
mikeho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v232 v233  
    11031103}}}
    11041104{{{#!td align=left  valign=top
    1105 How to find the label text. No label is displayed, unless this instruction is present.
     1105How to find the label text.\\No label is displayed, unless this instruction is present.
    11061106}}}
    11071107{{{#!td align=left  valign=top
    11081108`auto`
    1109    Derive the text automatically. The default name tags are: "`name:`"+''<LANG>'', "`name`", "`int_name`", "`ref`", "`operator`", "`brand`" and "`addr:housenumber`".
     1109   Derive the text automatically. The default name tags are: "`name:`"+''<LANG>'', \\"`name`", "`int_name`", "`ref`", "`operator`", "`brand`" and "`addr:housenumber`".
    11101110
    11111111   Configure a list of tag names in the preference "`mappaint.nameOrder`" in order to change this list. (After changing the list, a restart of JOSM is required.)
     
    11171117  You can enter an expression to compute the text to be displayed. Examples:
    11181118  * `eval("this is a static text")` - renderes a static text
    1119   * `eval(concat(tag("first"), "-", tag("second")))` - displays the concatenated tags "first" and "second"
     1119  * `eval(concat(tag("first"), "-", tag("second")))` - displays \\ the concatenated tags "first" and "second"
    11201120
    11211121`""`