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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v225 v226  
    10531053|| `linecap` || Shape at the end of the line (see [https://www.w3.org/TR/SVG/painting.html#StrokeLinecapProperty here]) || `none`, `round`, `square` ||  `none`  ||
    10541054|| `linejoin` || Shape at the line corners || `round`, `miter`, `bevel` ||  `round`  ||
    1055 || `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  ||
     1055|| `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  ||
    10571057|| `text-position` || set to `line`, if text should be drawn along the line || `line`, `center` ||  -  ||
    1058 || `text-...`, `font-...` |||||| see general '''Text & Font properties  ||
     1058|| `text-...`,\\`font-...` |||||| see general '''Text & Font properties  ||
    10591059|| `repeat-image` || repeated image along a line ''(since r5801)'' || ''Image'' ||  -  ||
    10601060|| `repeat-image-width` || Width of the image (optional, see `icon-width`) ''(since r5811)'' || ''Number'' ||  -  ||