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