Skip to content

Instantly share code, notes, and snippets.

@bernardobelchior
Created August 27, 2018 17:34
Show Gist options
  • Save bernardobelchior/2a35f700b9d3a1959cbe26a56ecae128 to your computer and use it in GitHub Desktop.
Save bernardobelchior/2a35f700b9d3a1959cbe26a56ecae128 to your computer and use it in GitHub Desktop.
visited places index.js
/* [longitude, latitude] */
const visitedPlaces = [
[-0.118092, 51.509865], // London, United Kingdom
[-8.61099, 41.14961], // Porto, Portugal
[-73.935242, 40.730610], // New York, USA
[37.618423, 55.751244], // Moscow, Russia
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment