Changes between Version 48 and Version 49 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-04-26T23:31:03+02:00 (11 years ago)
Author:
bastiK
Comment:

added example

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v48 v49  
    10541054}}}
    10551055
    1056 
     1056* paint buildings in different colors according to street in the address tags
     1057{{{
     1058#!mapcss
     1059area[building][addr:street] {
     1060    fill-color: hsb_color(CRC32_checksum(tag("addr:street"))/4294967296.0, 0.9, 0.7);
     1061    fill-opacity: 0.8;
     1062}
     1063}}}
    10571064
    10581065