Fix record label typo: lat_west -> lon_west
[erlang-x-plane-data.git] / src / x_plane_datum.erl
index 3f6b11f..15b21aa 100644 (file)
@@ -127,7 +127,7 @@ identify_or_index({20, V1, V2, V3, V4, V5, V6, V7, V8}) ->
         , on_runwy  = V5
         , alt_ind   = V6
         , lat_south = V7
-        , lat_west  = V8
+        , lon_west  = V8
         },
     {lat_lon_alt, Datum};
 identify_or_index({Index, _, _, _, _, _, _, _, _}=Anonymous) ->
This page took 0.016824 seconds and 4 git commands to generate.