Skip to content

Instantly share code, notes, and snippets.

@beelsebob
Created November 5, 2011 18:15
Show Gist options
  • Select an option

  • Save beelsebob/1341842 to your computer and use it in GitHub Desktop.

Select an option

Save beelsebob/1341842 to your computer and use it in GitHub Desktop.
canvas
{
fill-color: rgb(0.9, 0.9, 0.7);
}
way[highway]
{
width: 3 pt;
color: rgb(1.0, 1.0, 1.0);
casing-width: 1pt;
casing-color: rgb(0.5, 0.5, 0.5);
}
way[highway="trunk"]
{
width: 5pt;
color: rgb(0.66, 0.86, 0.66);
}
way[highway="primary"]
{
width: 5 pt;
color: rgb(0.92, 0.6, 0.6);
}
way[highway="secondary"]
{
width: 4 pt;
color: rgb(0.99, 0.84, 0.64);
}
way[highway="tertiary"]
{
width: 3 pt;
color: rgb(0.99, 1.0, 0.7);
}
way[building]
{
width: 1 pt;
color: rgb(0.74, 0.68, 0.68);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment