Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created June 12, 2012 19:41
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 wboykinm/2919679 to your computer and use it in GitHub Desktop.
Save wboykinm/2919679 to your computer and use it in GitHub Desktop.
VTSoils MSS
Map {
}
#vtsoils {
line-color: black;
[zoom>11] { line-width: 0.6; }
[zoom<=11] { line-width: 0; }
line-opacity: 0.7;
polygon-opacity: 0.6;
[PARENT='A'] { polygon-fill: rgb(0,50,1); }
[PARENT='DT'] { polygon-fill: rgb(0,60,3); }
[PARENT='DT/GT'] { polygon-fill: rgb(0,70,5); }
[PARENT='DT/GT/GF'] { polygon-fill: rgb(0,80,7); }
[PARENT='DT/O'] { polygon-fill: rgb(0,90,9); }
[PARENT='GF'] { polygon-fill: rgb(0,100,11); }
[PARENT='GF/GL'] { polygon-fill: rgb(0,110,13); }
[PARENT='GL'] { polygon-fill: rgb(0,120,15); }
[PARENT='GL/GF'] { polygon-fill: rgb(0,130,17); }
[PARENT='GT'] { polygon-fill: rgb(0,140,19); }
[PARENT='GT/DT'] { polygon-fill: rgb(0,150,21); }
[PARENT='GT/GF'] { polygon-fill: rgb(0,160,23); }
[PARENT='GT/GT_R'] { polygon-fill: rgb(0,170,25); }
[PARENT='M'] { polygon-fill: rgb(0,180,27); }
[PARENT='M/GF/GL'] { polygon-fill: rgb(0,190,29); }
[PARENT='O'] { polygon-fill: rgb(0,200,31); }
[PARENT='O/A'] { polygon-fill: rgb(0,210,33); }
[PARENT='W'] {
polygon-fill: rgb(0,100,250);
line-width:0.6;
line-opacity:0.5;
}
::label[zoom>13] {
text-name: '[MUSYM]';
text-face-name: "Chaparral Regular";
text-allow-overlap: true;
text-halo-fill: white;
text-halo-radius:1.5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment