There was an error while loading. Please reload this page.
Awesome examples go here!
#demographics_sf [white_pop != null] { ::asian { polygon-fill: mediumvioletred; polygon-opacity: ramp([asian_pop],0,0.9,(0.1,.34,.67,.90),>=); } ::hispanic { polygon-fill: teal; polygon-opacity: ramp([hispanic_pop],0,0.9,(0.1,.34,.67,.90),>=); } ::black { polygon-fill: darkorange; polygon-opacity: ramp([black_pop],0,0.9,(0.1,.34,.67,.90),>=); } ::white { polygon-fill: #000; polygon-opacity: ramp([white_pop],0,0.9,(0.1,.34,.67,.90),>=); line-color: #fff; line-width: 0.25; line-opacity: 0.25; polygon-gamma: 0.5; line-comp-op: soft-light; } }