Created
September 18, 2019 16:25
-
-
Save YohannParis/96e566f2be30eb71c5f21665b516cf41 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 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