Skip to content

Instantly share code, notes, and snippets.

@YohannParis
Created September 18, 2019 16:25
Show Gist options
  • Save YohannParis/96e566f2be30eb71c5f21665b516cf41 to your computer and use it in GitHub Desktop.
Save YohannParis/96e566f2be30eb71c5f21665b516cf41 to your computer and use it in GitHub Desktop.
const cities = [
[-79.41, 43.66], // Toronto
[-73.58, 45.5], // Montreal
[-114.08, 51.08], // Calgary
[-75.7, 45.41], // Ottawa
[-63.6, 44.65], // Halifax
[-64.79, 46.09], // Moncton
[-123.13, 49.25], // Vancouver
[-63.13, 46.23], // Charlottetown
[-106.66, 52.13], // Saskatoon
[-66.09, 45.23] // St Johns
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment