Add more cities
This commit is contained in:
parent
d15ed8668f
commit
cc5ae8c9b3
1 changed files with 4 additions and 2 deletions
|
@ -85,7 +85,7 @@ CITIES = {
|
|||
'FL': ('Tallahassee', 'Jacksonville', 'Orlando', 'Tampa', 'Miami'),
|
||||
'GA': ('Atlanta', 'Columbus'),
|
||||
'IA': ('Des Moines',),
|
||||
'ID': ('Boise', 'Pocatello'),
|
||||
'ID': ('Boise', 'Pocatello', 'Coeur d\'Alene'),
|
||||
'IL': ('Chicago', 'Peoria', 'Springfield'),
|
||||
'IN': ('Fort Wayne', 'Indianapolis'),
|
||||
'KS': ('Wichita', 'Colby', 'Liberal', 'Garden City'),
|
||||
|
@ -93,7 +93,7 @@ CITIES = {
|
|||
'LA': ('Shreveport', 'New Orleans', 'Alexandria',),
|
||||
'MA': ('Boston',),
|
||||
'MD': ('Baltimore',),
|
||||
'ME': ('Portland',),
|
||||
'ME': ('Bangor', 'Portland'),
|
||||
'MI': ('Marquette', 'Detroit'),
|
||||
'MN': ('Minneapolis', 'Duluth'),
|
||||
'MO': ('Jefferson City', 'Kansas City'),
|
||||
|
@ -102,6 +102,8 @@ CITIES = {
|
|||
'NC': ('Charlotte', 'Raleigh', 'Wilmington'),
|
||||
'ND': ('Minot', 'Bismarck', 'Fargo', 'Grand Forks'),
|
||||
'NE': ('Omaha', 'Lincoln', 'McCook', 'Norfolk'),
|
||||
'NH': ('Concord',),
|
||||
'NJ': ('Princeton',),
|
||||
'NM': ('Santa Fe', 'Albuquerque', 'Las Cruces'),
|
||||
'NV': ('Elko', 'Reno', 'Las Vegas'),
|
||||
'NY': ('Rochester', 'Buffalo', 'New York'),
|
||||
|
|
Loading…
Add table
Reference in a new issue