Skip to content

Instantly share code, notes, and snippets.

@aaronr
Created December 2, 2013 22:00
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 aaronr/1675c409e4cd07e890f0 to your computer and use it in GitHub Desktop.
Save aaronr/1675c409e4cd07e890f0 to your computer and use it in GitHub Desktop.
>>> x = new L.Draw.Circle(map,{})
>>> x._startLatLng = new L.LatLng(0,0)
>>> x._drawShape(new L.LatLng(10,10))
>>> x._fireCreatedEvent()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment