Changes between Version 225 and Version 226 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T13:36:10+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v225 v226 1053 1053 || `linecap` || Shape at the end of the line (see [https://www.w3.org/TR/SVG/painting.html#StrokeLinecapProperty here]) || `none`, `round`, `square` || `none` || 1054 1054 || `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 || 1057 1057 || `text-position` || set to `line`, if text should be drawn along the line || `line`, `center` || - || 1058 || `text-...`, 1058 || `text-...`,\\`font-...` |||||| see general '''Text & Font properties || 1059 1059 || `repeat-image` || repeated image along a line ''(since r5801)'' || ''Image'' || - || 1060 1060 || `repeat-image-width` || Width of the image (optional, see `icon-width`) ''(since r5811)'' || ''Number'' || - ||