Changes between Version 227 and Version 228 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T13:40:52+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v227 v228 1045 1045 ||= '''Key''' =||= '''Description''' =||= '''Value Format''' =||= '''Default Value''' =|| 1046 1046 || `width` || Line width || ''Width'' || - || 1047 || `color` || Line color || ''Color'' || value of `fill-color` or \\JOSM's default untagged color (`#808080`) ||1047 || `color` || Line color || ''Color'' || value of `fill-color` or\\(if unset) JOSM's default \\untagged color (`#808080`) || 1048 1048 || `opacity` || How transparent the line is. || ''Opacity'' || 1.0 || 1049 1049 || `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 || - || … … 1054 1054 || `linejoin` || Shape at the line corners || `round`, `miter`, `bevel` || `round` || 1055 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, 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 1058 || `text-...`,\\`font-...` |||||| see general '''Text & Font properties ||