Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created January 6, 2012 23:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajashton/1573070 to your computer and use it in GitHub Desktop.
Save ajashton/1573070 to your computer and use it in GitHub Desktop.
#city[type='suburb'] {
marker-width: 0.2;
marker-fill: #fc0;
marker-line-width: 0;
marker-allow-overlap: true;
}
#city[type='hamlet'] {
marker-width: 0.4;
marker-fill: #f90;
marker-line-width: 0;
marker-allow-overlap: true;
}
#city[type='village'] {
marker-width: 0.8;
marker-fill: #f60;
marker-line-width: 0;
marker-allow-overlap: true;
}
#city[type='town'] {
marker-width: 1.0;
marker-fill: #F30;
marker-line-width: 0;
marker-allow-overlap: true;
}
#city[type='city'] {
marker-width: 1.2;
marker-fill: #f00;
marker-line-width: 0;
marker-allow-overlap: true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment