Changes between Version 237 and Version 238 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T14:39:46+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v237 v238 1068 1068 All these properties (except for `text-...` and `font-...`) exist also with the `casing-` prefix. The casing is a second independent line element, that is drawn below the normal line and can be used to draw a thin frame around the line in another color. 1069 1069 ||= '''Key''' =||= '''Description''' =||= '''Value Format''' =||= '''Default Value''' =|| 1070 || `casing-width` || Width of the border on both sides of the main line. //In JOSM < 5214: Total width of the casing || ''Width'' (revers to `width` if relative width is specified) || - ||1071 || `casing-color` || Casing color || ''Color'' || value of `fill-color` or (if unset) //JOSM's default untagged color (`#808080`) ||1070 || `casing-width` || Width of the border on both sides of the main line. \\In JOSM < 5214: Total width of the casing || ''Width'' (revers to `width` \\if relative width is specified) || - || 1071 || `casing-color` || Casing color || ''Color'' || value of `fill-color` or (if unset) \\JOSM's default untagged color (`#808080`) || 1072 1072 || `casing-opacity` || How transparent the casing is. || ''Opacity'' || 1.0 || 1073 1073 || `casing-`... || ... || ... || ... ||