Update for the nevada map update

Conflicttheater and Airfields needed an update as nearly all Nevada Airports were renamed with the last map update
This commit is contained in:
RndName 2022-01-06 17:13:12 +01:00
parent 19713e6159
commit 8df9f6989a
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0
2 changed files with 33 additions and 33 deletions

View File

@ -322,8 +322,8 @@ class NevadaTheater(ConflictTheater):
terrain = nevada.Nevada() terrain = nevada.Nevada()
overview_image = "nevada.gif" overview_image = "nevada.gif"
reference_points = ( reference_points = (
ReferencePoint(nevada.Mina_Airport_3Q0.position, Point(252, 295)), ReferencePoint(nevada.Mina.position, Point(252, 295)),
ReferencePoint(nevada.Laughlin_Airport.position, Point(844, 909)), ReferencePoint(nevada.Laughlin.position, Point(844, 909)),
) )
landmap = load_landmap(Path("resources/nevlandmap.p")) landmap = load_landmap(Path("resources/nevlandmap.p"))
daytime_map = { daytime_map = {

View File

@ -1058,20 +1058,20 @@ AIRFIELD_DATA = {
"8": ("IGZP", MHz(108, 500)), "8": ("IGZP", MHz(108, 500)),
}, },
), ),
# NTTR # Nevada
"Mina Airport 3Q0": AirfieldData( "Mina": AirfieldData(
theater="NTTR", theater="Nevada",
elevation=4562, elevation=4562,
runway_length=4222, runway_length=4222,
), ),
"Tonopah Airport": AirfieldData( "Tonopah": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KTPH", icao="KTPH",
elevation=5394, elevation=5394,
runway_length=6715, runway_length=6715,
), ),
"Tonopah Test Range Airfield": AirfieldData( "Tonopah Test Range": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KTNX", icao="KTNX",
elevation=5534, elevation=5534,
runway_length=11633, runway_length=11633,
@ -1083,19 +1083,19 @@ AIRFIELD_DATA = {
"14": ("I-RVP", MHz(108, 300)), "14": ("I-RVP", MHz(108, 300)),
}, },
), ),
"Beatty Airport": AirfieldData( "Beatty": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KBTY", icao="KBTY",
elevation=3173, elevation=3173,
runway_length=5380, runway_length=5380,
), ),
"Pahute Mesa Airstrip": AirfieldData( "Pahute Mesa": AirfieldData(
theater="NTTR", theater="Nevada",
elevation=5056, elevation=5056,
runway_length=5420, runway_length=5420,
), ),
"Groom Lake AFB": AirfieldData( "Groom Lake": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KXTA", icao="KXTA",
elevation=4494, elevation=4494,
runway_length=11008, runway_length=11008,
@ -1107,18 +1107,18 @@ AIRFIELD_DATA = {
}, },
), ),
"Lincoln County": AirfieldData( "Lincoln County": AirfieldData(
theater="NTTR", theater="Nevada",
elevation=4815, elevation=4815,
runway_length=4408, runway_length=4408,
), ),
"Mesquite": AirfieldData( "Mesquite": AirfieldData(
theater="NTTR", theater="Nevada",
icao="67L", icao="67L",
elevation=1858, elevation=1858,
runway_length=4937, runway_length=4937,
), ),
"Creech AFB": AirfieldData( "Creech": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KINS", icao="KINS",
elevation=3126, elevation=3126,
runway_length=6100, runway_length=6100,
@ -1130,7 +1130,7 @@ AIRFIELD_DATA = {
}, },
), ),
"Echo Bay": AirfieldData( "Echo Bay": AirfieldData(
theater="NTTR", theater="Nevada",
icao="OL9", icao="OL9",
elevation=3126, elevation=3126,
runway_length=6100, runway_length=6100,
@ -1138,8 +1138,8 @@ AIRFIELD_DATA = {
tacan_callsign="INS", tacan_callsign="INS",
atc=AtcData(MHz(3, 825), MHz(118, 300), MHz(38, 550), MHz(360, 600)), atc=AtcData(MHz(3, 825), MHz(118, 300), MHz(38, 550), MHz(360, 600)),
), ),
"Nellis AFB": AirfieldData( "Nellis": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KLSV", icao="KLSV",
elevation=1841, elevation=1841,
runway_length=9454, runway_length=9454,
@ -1151,14 +1151,14 @@ AIRFIELD_DATA = {
}, },
), ),
"North Las Vegas": AirfieldData( "North Las Vegas": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KVGT", icao="KVGT",
elevation=2228, elevation=2228,
runway_length=4734, runway_length=4734,
atc=AtcData(MHz(3, 775), MHz(125, 700), MHz(38, 450), MHz(360, 750)), atc=AtcData(MHz(3, 775), MHz(125, 700), MHz(38, 450), MHz(360, 750)),
), ),
"McCarran International Airport": AirfieldData( "McCarran International": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KLAS", icao="KLAS",
elevation=2169, elevation=2169,
runway_length=10377, runway_length=10377,
@ -1169,26 +1169,26 @@ AIRFIELD_DATA = {
"25": ("I-LAS", MHz(110, 300)), "25": ("I-LAS", MHz(110, 300)),
}, },
), ),
"Henderson Executive Airport": AirfieldData( "Henderson Executive": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KHND", icao="KHND",
elevation=2491, elevation=2491,
runway_length=5999, runway_length=5999,
atc=AtcData(MHz(3, 925), MHz(125, 100), MHz(38, 750), MHz(250, 100)), atc=AtcData(MHz(3, 925), MHz(125, 100), MHz(38, 750), MHz(250, 100)),
), ),
"Boulder City Airport": AirfieldData( "Boulder City": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KBVU", icao="KBVU",
elevation=2121, elevation=2121,
runway_length=4612, runway_length=4612,
), ),
"Jean Airport": AirfieldData( "Jean": AirfieldData(
theater="NTTR", theater="Nevada",
elevation=2824, elevation=2824,
runway_length=4053, runway_length=4053,
), ),
"Laughlin Airport": AirfieldData( "Laughlin": AirfieldData(
theater="NTTR", theater="Nevada",
icao="KIFP", icao="KIFP",
elevation=656, elevation=656,
runway_length=7139, runway_length=7139,