I am trying to add runways and navaids at the site of an abandoned airstrip in northern Canada called Sawmill Bay. During WWII, it was used to airlift uranium ore from a nearby mine to the US for the Manhatten Project, and after the war a hunting and fishing lodge operated at the site for a few years. The partially overgrown runways can still be seen on Google Earth. I'm using this site because there are no existing airport facilities in the Sim from Asobo. This is the code for the ILS I have added to the airport XML file:
<Ils lat="65.72634245423480" lon="-118.98274298204365" alt="200.09637440834194" end="PRIMARY" range="50000.00000000000000" ident="ILB" magvar="342.100006" heading="265.22586059570312" frequency="111.25000000000000" name="RUNWAY 26 ILS" backCourse="FALSE">
<Dme lat="65.72219383115167" lon="-118.94359359377253" alt="200.41780705284327" range="50000.00000000000000"/>
<GlideSlope lat="65.72219336190740" lon="-118.94359557995112" alt="199.99912158772349" pitch="3.000000" range="30000.00000000000000"/>
</Ils>
The VOR Localizer, DME, and glideslope instruments in the aircraft (CubCrafters NX Cub) respond as they should, so the heading, range, and magvar values seem to be correct, and the lat/long and altitude positions for the localizer, DME, and Glideslope antennae are in the usual positions, based on where you would expect to find them in a real-world airport. My problem is that the VOR1 NAV function won't lock on to either the localizer or the glide slope. I've tried cutting everything else out of my Community folder except this one airport, and that didn't cure the problem. When I fly to Yellowknife, the nearest Asobo airport with an ILS, it works perfectly. I've seen some threads suggesting that I block Navigraph, but when I tried to follow the directions, I couldn't find the specific things the instructions said to block, so I don't think I have Navigraph installed. My airport compiles in the SDK with no errors, and I have run out of ideas to try and fix this. Does anyone see an error in the code for this ILS that I'm not seeing? Thanks in advance for any helpful suggestions.