Changes between Version 5 and Version 6 of Help/Styles/MapCSSTutorial
- Timestamp:
- 2014-12-14T17:56:17+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSTutorial
v5 v6 120 120 This shows, how you can list multiple selectors for one rule. We fill the area with a pattern, if it is tagged {{{landuse=forest}}} or {{{natural=wood}}}. The opacity is set to 0.8, where 1.0 means opaque and 0.0 is fully transparent. You can set opacity, whenever a color or an image is defined. E.g. {{{icon-opacity}}} for {{{icon-image}}} and {{{opacity}}} for {{{color}}}. A label for the object is placed in the the center of the area. 121 121 122 --- 122 123 124 See also: the [[Help/Styles/MapCSSImplementation|JOSM implementation reference]] lists the supported mapcss features in more detail.