Skip to content

Instantly share code, notes, and snippets.

@patrickarlt
Created December 2, 2013 22:06
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 patrickarlt/7759935 to your computer and use it in GitHub Desktop.
Save patrickarlt/7759935 to your computer and use it in GitHub Desktop.
var polygonHandler = new L.Draw.Polygon(map, {
shapeOptions: {
color: '#0000FF'
}
});
polygonHandler.enable()
polygonHandler.disable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment