Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Adding canadian provinces to the state data #94

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions src/data/states.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
[
{
"key": "ON",
"latitude": 44.247780,
"longitude": -79.091860,
"name": "Ontario"
},
{
"key": "QC",
"latitude": 46.810811,
"longitude": -71.215439,
"name": "Quebec"
},
{
"key": "NS",
"latitude": 45.000150,
"longitude": -62.998650,
"name": "Nova Scotia"
},
{
"key": "NB",
"latitude": 46.500100,
"longitude": -65.998780,
"name": "New Brunswick"
},
{
"key": "MB",
"latitude": 55.000190,
"longitude": -97.000490,
"name": "Manitoba"
},
{
"key": "BC",
"latitude": 53.7266683,
"longitude": -127.6476206,
"name": "British Colombia"
},
{
"key": "PE",
"latitude": 46.486400,
"longitude": -63.313600,
"name": "Prince Edward Island"
},
{
"key": "SK",
"latitude": 52.138546,
"longitude": -117.193222,
"name": "Saskatchewan"
},
{
"key": "AB",
"latitude": 53.933271,
"longitude": -116.576504,
"name": "Alberta"
},
{
"key": "NL",
"latitude": 52.000000,
"longitude": ,-56.000000
"name": "Newfoundland and Labrador"
},
{
"key": "AK",
"latitude": 61.3850,
Expand Down