2022-12-12 21:42:54 +00:00
|
|
|
const TravelCities=[{Name:"Atlanta",Latitude:33.749,Longitude:-84.388,point:{x:50,y:86,wfo:"FFC"}},{Name:"Boston",Latitude:42.3584,Longitude:-71.0598,point:{x:71,y:90,wfo:"BOX"}},{Name:"Chicago",Latitude:41.9796,Longitude:-87.9045,point:{x:65,y:76,wfo:"LOT"}},{Name:"Cleveland",Latitude:41.4995,Longitude:-81.6954,point:{x:82,y:64,wfo:"CLE"}},{Name:"Dallas",Latitude:32.8959,Longitude:-97.0372,point:{x:79,y:108,wfo:"FWD"}},{Name:"Denver",Latitude:39.7391,Longitude:-104.9847,point:{x:62,y:60,wfo:"BOU"}},{Name:"Detroit",Latitude:42.3314,Longitude:-83.0457,point:{x:65,y:33,wfo:"DTX"}},{Name:"Hartford",Latitude:41.7637,Longitude:-72.6851,point:{x:21,y:54,wfo:"BOX"}},{Name:"Houston",Latitude:29.7633,Longitude:-95.3633,point:{x:65,y:97,wfo:"HGX"}},{Name:"Indianapolis",Latitude:39.7684,Longitude:-86.158,point:{x:57,y:68,wfo:"IND"}},{Name:"Los Angeles",Latitude:34.0522,Longitude:-118.2437,point:{x:154,y:44,wfo:"LOX"}},{Name:"Miami",Latitude:25.7743,Longitude:-80.1937,point:{x:109,y:50,wfo:"MFL"}},{Name:"Minneapolis",Latitude:44.98,Longitude:-93.2638,point:{x:107,y:71,wfo:"MPX"}},{Name:"New York",Latitude:40.7142,Longitude:-74.0059,point:{x:32,y:34,wfo:"OKX"}},{Name:"Norfolk",Latitude:36.8468,Longitude:-76.2852,point:{x:89,y:51,wfo:"AKQ"}},{Name:"Orlando",Latitude:28.5383,Longitude:-81.3792,point:{x:26,y:68,wfo:"MLB"}},{Name:"Philadelphia",Latitude:39.9523,Longitude:-75.1638,point:{x:49,y:75,wfo:"PHI"}},{Name:"Pittsburgh",Latitude:40.4406,Longitude:-79.9959,point:{x:77,y:65,wfo:"PBZ"}},{Name:"St. Louis",Latitude:38.6273,Longitude:-90.1979,point:{x:94,y:73,wfo:"LSX"}},{Name:"San Francisco",Latitude:37.7749,Longitude:-122.4194,point:{x:85,y:105,wfo:"MTR"}},{Name:"Seattle",Latitude:47.6062,Longitude:-122.3321,point:{x:124,y:67,wfo:"SEW"}},{Name:"Syracuse",Latitude:43.0481,Longitude:-76.1474,point:{x:51,y:98,wfo:"BGM"}},{Name:"Tampa",Latitude:27.9475,Longitude:-82.4584,point:{x:70,y:96,wfo:"TBW"}},{Name:"Washington DC",Latitude:38.8951,Longitude:-77.0364,point:{x:97,y:71,wfo:"LWX"}}],RegionalCities=[{city:"Atlanta",lat:33.749,lon:-84.388,point:{x:50,y:86,wfo:"FFC"}},{city:"Boston",lat:42.3584,lon:-71.0598,point:{x:71,y:90,wfo:"BOX"}},{city:"Chicago",lat:41.9796,lon:-87.9045,point:{x:65,y:76,wfo:"LOT"}},{city:"Cleveland",lat:41.4995,lon:-81.6954,point:{x:82,y:64,wfo:"CLE"}},{city:"Dallas",lat:32.8959,lon:-97.0372,point:{x:79,y:108,wfo:"FWD"}},{city:"Denver",lat:39.7391,lon:-104.9847,point:{x:62,y:60,wfo:"BOU"}},{city:"Detroit",lat:42.3314,lon:-83.0457,point:{x:65,y:33,wfo:"DTX"}},{city:"Hartford",lat:41.7637,lon:-72.6851,point:{x:21,y:54,wfo:"BOX"}},{city:"Houston",lat:29.7633,lon:-95.3633,point:{x:65,y:97,wfo:"HGX"}},{city:"Indianapolis",lat:39.7684,lon:-86.158,point:{x:57,y:68,wfo:"IND"}},{city:"Los Angeles",lat:34.0522,lon:-118.2437,point:{x:154,y:44,wfo:"LOX"}},{city:"Miami",lat:25.7743,lon:-80.1937,point:{x:109,y:50,wfo:"MFL"}},{city:"Minneapolis",lat:44.98,lon:-93.2638,point:{x:107,y:71,wfo:"MPX"}},{city:"New York",lat:40.78,lon:-73.88,point:{x:36,y:38,wfo:"OKX"}},{city:"Norfolk",lat:36.8468,lon:-76.2852,point:{x:89,y:51,wfo:"AKQ"}},{city:"Orlando",lat:28.5383,lon:-81.3792,point:{x:26,y:68,wfo:"MLB"}},{city:"Philadelphia",lat:39.9523,lon:-75.1638,point:{x:49,y:75,wfo:"PHI"}},{city:"Pittsburgh",lat:40.4406,lon:-79.9959,point:{x:77,y:65,wfo:"PBZ"}},{city:"St. Louis",lat:38.6273,lon:-90.1979,point:{x:94,y:73,wfo:"LSX"}},{city:"San Francisco",lat:37.6148,lon:-122.3918,point:{x:84,y:98,wfo:"MTR"}},{city:"Seattle",lat:47.6062,lon:-122.3321,point:{x:124,y:67,wfo:"SEW"}},{city:"Syracuse",lat:43.0481,lon:-76.1474,point:{x:51,y:98,wfo:"BGM"}},{city:"Tampa",lat:27.9756,lon:-82.5329,point:{x:67,y:97,wfo:"TBW"}},{city:"Washington DC",lat:38.8951,lon:-77.0364,point:{x:97,y:71,wfo:"LWX"}},{city:"Albany",lat:42.6526,lon:-73.7562,point:{x:58,y:58,wfo:"ALY"}},{city:"Albuquerque",lat:35.0845,lon:-106.6511,point:{x:97,y:118,wfo:"ABQ"}},{city:"Amarillo",lat:35.222,lon:-101.8313,point:{x:47,y:25,wfo:"AMA"}},{city:"Anchorage",lat:61.2181,lon:-149.9003,point:{x:125,y:236,wfo:"AER"}},{city:"Austin",lat:30.2671,lon:-97.7431,point:{x:155,y:90,wfo:"EWX"}},{c
|