Skip to content

Instantly share code, notes, and snippets.

@dnomadb
Created May 29, 2015 17:27
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 dnomadb/1199f40f8f38f570e585 to your computer and use it in GitHub Desktop.
Save dnomadb/1199f40f8f38f570e585 to your computer and use it in GitHub Desktop.
@c1: #eff3ff;
@c2: #bdd7e7;
@c3: #6baed6;
@c4: #3182bd;
@c5: #08519c;
#ukflood {
polygon-comp-op: multiply;
polygon-fill: white;
polygon-opacity: 0;
image-filters:agg-stack-blur(1,1);
[DN >= 10] {
polygon-fill: @c1;
polygon-opacity: 0.7;
//line-color: @c1;
}
[DN > 13] {
polygon-fill: @c2;
//line-color: @c2;
}
[DN > 16] {
polygon-fill: @c3;
//line-color: @c3;
}
[DN > 19] {
polygon-fill: @c4;
//line-color: @c4;
}
[DN > 22] {
polygon-fill: @c4;
//line-color: @c4;
}
[DN > 25] {
polygon-fill: @c5;
//line-color: @c5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment