Last active
July 12, 2016 01:57
-
-
Save easherma/307fa497bd71fff55368f3a19302a3e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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