Skip to content

Instantly share code, notes, and snippets.

@rundel
Created September 8, 2011 03:29
Show Gist options
  • Save rundel/1202535 to your computer and use it in GitHub Desktop.
Save rundel/1202535 to your computer and use it in GitHub Desktop.
@color: hsl(30, 40%, 90%);
#world {
polygon-fill: green;
building-fill: darken(green, 10);
line-color: @color;
line-width: (1+3)*4;
}
<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
<Style name="#world" filter-mode="first">
<Rule>
<PolygonSymbolizer fill="#008000"/>
<BuildingSymbolizer fill="#004d00"/>
<LineSymbolizer stroke="#f0e6db" stroke-width="16"/>
</Rule>
</Style>
</Map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment