
The orientation of the gates is about 90 degrees off and the location of the center point isn't all that good either. I think the problem may be related to the RaceLogic convention that west longitude is positive instead of negative. If, when you plot, you use the second longitude location first and the first second while keeping the latitude order the same, the orientation is a lot better. That is for a point with coordinates x1,y1 and x2,y2, you plot them as x2,y1 and x1,y2:

Also, the POI's in HLT are at one end of the lines rather than in the middle.