Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daleharvey/6bf3b24fc19130937eb1d3480dea29ed to your computer and use it in GitHub Desktop.
Save daleharvey/6bf3b24fc19130937eb1d3480dea29ed to your computer and use it in GitHub Desktop.
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