Changes between Version 48 and Version 49 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2014-04-26T23:31:03+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v48 v49 1054 1054 }}} 1055 1055 1056 1056 * paint buildings in different colors according to street in the address tags 1057 {{{ 1058 #!mapcss 1059 area[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 }}} 1057 1064 1058 1065