Last active
June 19, 2018 02:19
-
-
Save jamigibbs/2a81e507520818108532d9fdc2a0c94d to your computer and use it in GitHub Desktop.
This file contains 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
const coords = [ | |
{ | |
"lat": 41.8921794, | |
"lng": -87.6366551, | |
}, | |
{ | |
"lat": 41.894652, | |
"lng": -87.638362, | |
}, | |
{ | |
"lat": 41.89993, | |
"lng": -87.63443, | |
}, | |
{ | |
"lat": 41.8967844, | |
"lng": -87.63562809999999, | |
}, | |
{ | |
"lat": 41.8938449, | |
"lng": -87.6417762, | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment