Changes between Version 226 and Version 227 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-02-08T13:37:39+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v226 v227 1045 1045 ||= '''Key''' =||= '''Description''' =||= '''Value Format''' =||= '''Default Value''' =|| 1046 1046 || `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`) || 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 || - ||