Skip to content

Instantly share code, notes, and snippets.

@iwillig
Created November 16, 2012 15:41
Show Gist options
  • Select an option

  • Save iwillig/4088316 to your computer and use it in GitHub Desktop.

Select an option

Save iwillig/4088316 to your computer and use it in GitHub Desktop.
name: Style for csa
defaults:
line-color: &line-color '#bf4c26'
casing-color: &casing-color '#bf4c26'
zooms:
0: &zoom-0
min: 6
1: &zoom-1
max: 6
min: 10
2: &zoom-2
max: 10
min: 20
feature-styles:
- rules:
- zoom-levels: *zoom-0
symbolizers:
line:
stroke:
width: .5
color: *line-color
- zoom-levels: *zoom-1
symbolizers:
line:
stroke:
width: 6
opacity: .1
color: *casing-color
- zoom-levels: *zoom-1
symbolizers:
line:
stroke:
width: 1
color: *line-color
- zoom-levels: *zoom-2
symbolizers:
line:
stroke:
width: 8
opacity: .1
color: *casing-color
- zoom-levels: *zoom-2
symbolizers:
line:
stroke:
width: 2
color: *line-color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment