Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Created April 22, 2015 02:23
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 hanislovingit/4d23302c97a933dbc9ba to your computer and use it in GitHub Desktop.
Save hanislovingit/4d23302c97a933dbc9ba to your computer and use it in GitHub Desktop.
Mapbox-creation-api-color
// The range of values for opacity is 0-1.0
var mouseoverPolyOptions = {
fillColor: '#00f',
fillOpacity: 0.4,
color: '#00f',
opacity: 0.4,
weight: 2
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment