Changes between Version 226 and Version 227 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2023-02-08T13:37:39+01:00 (2 years ago)
Author:
mikeho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v226 v227  
    10451045||=  '''Key''' =||= '''Description''' =||= '''Value Format''' =||= '''Default Value''' =||
    10461046|| `width` || Line width || ''Width'' ||  -  ||
    1047 || `color` || Line color || ''Color'' ||  value of `fill-color` or (if unset) JOSM's default untagged color (`#808080`) ||
     1047|| `color` || Line color || ''Color'' ||  value of `fill-color` or (if unset) \\JOSM's default untagged color (`#808080`) ||
    10481048|| `opacity` || How transparent the line is. || ''Opacity'' ||  1.0  ||
    10491049|| `dashes` || An array of alternating on/off lengths || list of numbers, e.g. \\> 15, 5 \\ \\may be written as expression: \\ > `list(3, 4, 5, 6)` \\ \\or the keyword `none` \\to turn dashes off ||  -  ||