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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v227 v228  
    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 ||  -  ||
     
    10541054|| `linejoin` || Shape at the line corners || `round`, `miter`, `bevel` ||  `round`  ||
    10551055|| `miterlimit` || Applies for `linejoin: miter`. \\Sets the maximum overshoot when line segments meet at a very small angle || ''Number'' (>= 1.0) ||  10.0  ||
    1056 || `offset` || Move line to the left or right (when looking in way direction). \\This could be used to draw multiple lanes for one way or mark left and right side of a way differently. || ''Number'' (positive value moves line to the left, negative to the right) ||  0  ||
     1056|| `offset` || Move line to the left or right (when looking in way direction). \\This could be used to draw multiple lanes for one way or mark left and right side of a way differently. || ''Number'' (positive value moves line to the left,\\negative to the right) ||  0  ||
    10571057|| `text-position` || set to `line`, if text should be drawn along the line || `line`, `center` ||  -  ||
    10581058|| `text-...`,\\`font-...` |||||| see general '''Text & Font properties  ||