Skip to content

Instantly share code, notes, and snippets.

@fogonwater
Last active December 30, 2015 19:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fogonwater/7876378 to your computer and use it in GitHub Desktop.
Save fogonwater/7876378 to your computer and use it in GitHub Desktop.
Uncertain carto styles
@red-outline: #D48686;
@hydro-outline: #507F7F;
@hydro-fill: #98BFBF;
Map {
background-color: @hydro-fill;
}
#nzseacoastpoly::squiggle {
line-width:0.0;
line-opacity:0.0;
polygon-fill:#fff;
polygon-opacity:1.0;
polygon-smooth:20;
}
#nzmainlandrivercentr {
line-width:0.25;
line-color:@hydro-outline;
line-smooth:15;
}
#nzmainlandlakepolygo {
line-color:@hydro-outline;
line-width:3.25;
line-opacity:1;
polygon-opacity:1;
polygon-smooth:20;
polygon-fill:@hydro-fill;
}
#nzmainlandriverpolyg {
line-color:@hydro-outline;
line-width:5;
line-opacity:1.0;
polygon-opacity:1;
polygon-smooth:20;
polygon-fill:@hydro-fill;
}
#nzmainlandriverpolyg::squiggle {
line-color:@hydro-outline;
line-width:0.25;
line-opacity:1;
polygon-opacity:0;
polygon-smooth:100;
}
#nzmainlandroadcentre {
line-width:0.1;
line-color:@red-outline;
line-smooth:30;
}
#nzmainlandroadcentre [hway_num!='']{
line-width:.8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment