Skip to content

Instantly share code, notes, and snippets.

@easherma
Last active July 12, 2016 01:57
Show Gist options
  • Save easherma/307fa497bd71fff55368f3a19302a3e5 to your computer and use it in GitHub Desktop.
Save easherma/307fa497bd71fff55368f3a19302a3e5 to your computer and use it in GitHub Desktop.
for each in circleset:
var circle = L.circle([41.883842,-87.631655], 25000)
var bounds = circle.getBounds();
var rect = L.rectangle([bounds['_southWest'], bounds['_northEast']]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment