/* * Copyright (C) 2009 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "location.h" city_t cities[] = { {LOCATION_STATE, NULL, "Alabama", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BMX", "Birmingham", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MXX", "E. Alabama", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EOX", "Fort Rucker", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MOB", "Mobile", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HTX", "Nrn. Alabama", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Alaska", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ABC", "Bethel", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ACG", "Biorka Is.", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "APD", "Fairbanks", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AHG", "Kenai", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AKC", "King Salmon", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AIH", "Middleton Is.", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AEC", "Nome", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "APD", "Pedro Dome", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ACG", "Sitka", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Arizona", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FSX", "Flagstaff", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "IWA", "Phoenix", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EMX", "Tucson", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "YUX", "Yuma", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Arkansas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LZK", "Little Rock", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SRX", "W. Ark./Ft. Smith", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "California", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BBX", "Beale AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EYX", "Edwards AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BHX", "Eureka", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HNX", "Hanford", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "VTX", "Los Angeles", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DAX", "Sacramento", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "NKX", "San Diego", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MUX", "San Francisco", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HNX", "San Joaquin Vly.", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SOX", "Santa Ana Mtns", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "VBX", "Vandenberg AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Colorado", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FTG", "Denver/Boulder", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GJX", "Grand Junction", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "PUX", "Pueblo", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Delaware", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DOX", "Dover AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Florida", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EVX", "Eglin AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "JAX", "Jacksonville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BYX", "Key West", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MLB", "Melbourne", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AMX", "Miami", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EVX", "NW Florida", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TLH", "Tallahassee", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TBW", "Tampa Bay Area", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Georgia", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FFC", "Atlanta", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "VAX", "Moody AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FFC", "Peachtree City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "JGX", "Robins AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Guam", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GUA", "Andersen AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Hawaii", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HKI", "Kauai", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HKM", "Kohala", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HMO", "Molokai", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HWA", "South Shore", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Idaho", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CBX", "Boise", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SFX", "Pocatello", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Illinois", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ILX", "Central IL", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LOT", "Chicago", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Indiana", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "VWX", "Evansville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "IND", "Indianapolis", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "IWX", "Nrn. Indiana", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Iowa", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DMX", "Des Moines", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DVN", "Quad Cities", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Kansas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DDC", "Dodge City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GLD", "Goodland", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TWX", "Topeka", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ICT", "Wichita", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Kentucky", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HPX", "Fort Cambell", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "JKL", "Jackson", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LVX", "Louisville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "PAH", "Paducah", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Louisiana", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "POE", "Fort Polk", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LCH", "Lake Charles", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LIX", "New Orleans", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SHV", "Shreveport", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Maine", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CBW", "Caribou", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GYX", "Portland", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Maryland", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LWX", "Baltimore", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Massachusetts", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BOX", "Boston", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Michigan", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DTX", "Detroit", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "APX", "Gaylord", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GRR", "Grand Rapids", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MQT", "Marquette", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Minnesota", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DLH", "Duluth", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MPX", "Minneapolis", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Mississippi", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GWX", "Columbus AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DGX", "Jackson/Brandon", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Missouri", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EAX", "Kansas City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SGF", "Springfield", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LSX", "St. Louis", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Montana", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BLX", "Billings", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GGW", "Glasgow", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TFX", "Great Falls", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MSX", "Missoula", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Nebraska", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "UEX", "Hastings", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LNX", "North Platte", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "OAX", "Omaha", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Nevada", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LRX", "Elko", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ESX", "Las Vegas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RGX", "Reno", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "New Jersey", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DIX", "Mt. Holly", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "New Mexico", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ABX", "Albuquerque", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FDX", "Cannon AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HDX", "Holloman AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "New York", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ENX", "Albany", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BGM", "Binghamton", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BUF", "Buffalo", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TYX", "Montague", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "OKX", "New York City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "OKX", "Upton", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "North Carolina", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RAX", "Durham", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MHX", "Morehead City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RAX", "Raleigh", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LTX", "Wilmington", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "North Dakota", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BIS", "Bismarck", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MVX", "Grand Forks", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MBX", "Minot AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Ohio", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ILN", "Cincinnati", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CLE", "Cleveland", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ILN", "Dayton", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ILN", "Wilmington", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Oklahoma", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FDR", "Frederick", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "TLX", "Oklahoma City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "INX", "Tulsa", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "VNX", "Vance AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Oregon", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MAX", "Medford", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "PDT", "Pendleton", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RTX", "Portland", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Pennsylvania", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DIX", "Philadelphia", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "PBZ", "Pittsburgh", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CCX", "State College", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Puerto Rico", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "JUA", "Puerto Rico/V.I.", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "South Carolina", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CLX", "Charleston", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CAE", "Columbia", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GSP", "Greenville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GSP", "Spartanburg", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GSP", "Greer", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "South Dakota", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ABR", "Aberdeen", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "UDX", "Rapid City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FSD", "Sioux falls", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Tennessee", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MRX", "Knoxville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "NQA", "Memphis", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MRX", "Morristown", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "OHX", "Nashville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MRX", "Tri Cities", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Texas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AMA", "Amarillo", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EWX", "Austin", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "BRO", "Brownsville", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GRK", "Central Texas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CRP", "Corpus Christi", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FWS", "Dallas", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DYX", "Dyess AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EPZ", "El Paso", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FWS", "Fort Worth", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HGX", "Galveston", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "HGX", "Houston", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "DFX", "Laughlin AFB", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LBB", "Lubbock", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MAF", "Midland/Odessa", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "SJT", "San Angelo", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "EWX", "San Antonio", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Utah", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ICX", "Cedar City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MTX", "Salt Lake City", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Vermont", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CXX", "Burlington", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Virginia", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FCX", "Blacksburg", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AKQ", "Norfolk", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AKQ", "Richmond", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "FCX", "Roanoke", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LWX", "Sterling", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "AKQ", "Wakefield", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Washington", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ATX", "Seattle", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "OTX", "Spokane", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ATX", "Tacoma", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Washington DC", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "LWX", "Washington", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "West Virginia", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RLX", "Charleston", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Wisconsin", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "GRB", "Green Bay", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "ARX", "La Crosse", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "MKX", "Milwaukee", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_STATE, NULL, "Wyoming", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "CYS", "Cheyenne", {0, 0, 0, 0, 0, 0, 0, 0}}, {LOCATION_CITY, "RIW", "Riverton", {0, 0, 0, 0, 0, 0, 0, 0}}, {0, NULL, NULL, {0, 0, 0, 0, 0, 0, 0, 0}}, };