Skip to content

Instantly share code, notes, and snippets.

@tristen
Created June 23, 2011 17:05
Show Gist options
  • Save tristen/1043000 to your computer and use it in GitHub Desktop.
Save tristen/1043000 to your computer and use it in GitHub Desktop.
Stylesheet: [
{
id: 'style.mss',
data: '#locations {' +
'marker-allow-overlap: true;' +
'marker-file: url(http://192.168.0.92:3000/assets/bclc-hub/images/point.svg);' +
'marker-width: 10;' +
'[zoom > 3] { marker-width: 20; }' +
'}'
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment