Created
May 29, 2015 17:27
-
-
Save dnomadb/1199f40f8f38f570e585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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