Changes between Version 3 and Version 4 of Help/Styles/MapCSSTutorial


Ignore:
Timestamp:
2011-02-10T17:26:59+01:00 (13 years ago)
Author:
bastiK
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSTutorial

    v3 v4  
    9494}}}
    9595
    96 The '''{{{area}}}''' type selector acts on ways and multipolygon relations. The condition '''{{{[building]}}}''' applies for all objects that have the key {{{building}}} set to any value. Note that the outline of the building is painted as well, although we haven't specified any line properties. This is because JOSM will alway draw at least one line element for each way. If no line properties are found, a default line element is generated.
     96The '''{{{area}}}''' type selector acts on ways and multipolygon relations. The condition '''{{{[building]}}}''' applies to all objects that have the key {{{building}}} set to any value. Note that the outline of the building is painted as well, although we haven't specified any line properties. This is because JOSM will alway draw at least one line element for each way. If no line properties are found, a default line element is generated.
    9797
    9898=== Example 5 ===