Skip to content

Instantly share code, notes, and snippets.

@mpriour
Created November 16, 2012 15:13
Show Gist options
  • Save mpriour/4088066 to your computer and use it in GitHub Desktop.
Save mpriour/4088066 to your computer and use it in GitHub Desktop.
name: Style for DMA
defaults:
line-color: &lclr '#FF0000'
case-color: &cclr '#000000'
breaks:
0: &zb0
min: 6
1: &zb1
max: 6
min: 8
2: &zb2
max: 8
min: 20
feature-styles:
- rules:
- zoom-levels: *zb0
symbolizers:
line:
stroke:
width: 6
opacity: .33
color: *cclr
- zoom-levels: *zb0
symbolizers:
line:
stroke:
width: 1
opacity: .66
color: *lclr
- zoom-levels: *zb1
symbolizers:
line:
stroke:
width: 4
opacity: .33
color: *cclr
- zoom-levels: *zb1
symbolizers:
line:
stroke:
width: 1
color: *lclr
- zoom-levels: *zb2
symbolizers:
line:
stroke:
width: 8
opacity: .66
color: *cclr
- zoom-levels: *zb2
symbolizers:
line:
stroke:
width: 2
color: *lclr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment