Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Created December 5, 2012 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/4217963 to your computer and use it in GitHub Desktop.
Save andrewxhill/4217963 to your computer and use it in GitHub Desktop.
Faking building height by using polygon size (CartoCSS)
#osm_export_polygon{
line-width: 8;
line-color: rgba(0,0,0,0.3);
building-fill:#aaaa77;
building-fill-opacity: 1;
building-height: '[height]';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment