Created
May 1, 2020 19:08
-
-
Save daleharvey/6bf3b24fc19130937eb1d3480dea29ed 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
dump(`${lon}\n`); | |
dump(`${lat}\n`); | |
dump(`${region.properties.alpha2}\n`); | |
dump(`${lon},${lat},${region.properties.alpha2}\n`); | |
// Output | |
-70.6400819 | |
-33.4961839 | |
CL | |
,CL.6400819,-33.4961839 | |
-77.6420757 | |
0.8307284 | |
CO | |
,CO.6420757,0.8307284 | |
-74.0351861 | |
4.7603649 | |
CO | |
,CO.0351861,4.7603649 | |
-74.0423359 | |
4.7637395 | |
CO | |
,CO.0423359,4.7637395 | |
-74.0387041 | |
4.7600141 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment