Changes between Version 5 and Version 6 of Help/Styles/MapCSSTutorial


Ignore:
Timestamp:
2014-12-14T17:56:17+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

+link

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSTutorial

    v5 v6  
    120120This 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.
    121121
     122---
    122123
     124See also: the [[Help/Styles/MapCSSImplementation|JOSM implementation reference]] lists the supported mapcss features in more detail.