Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Created April 22, 2015 01:59
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/64b4b809c176ecd14294 to your computer and use it in GitHub Desktop.
Save hanislovingit/64b4b809c176ecd14294 to your computer and use it in GitHub Desktop.
Mapbox-creation-api-marker
var pushpin = L.marker(location, {
icon: L.icon({
iconUrl: pushpinIcon,
iconSize: [20, 34],
popupAnchor: [0, -30]
}),
zIndexOffset: 1
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment