Add more cities

This commit is contained in:
XANTRONIX 2025-04-01 22:57:20 -04:00
parent d15ed8668f
commit cc5ae8c9b3

View file

@ -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'),