MSRS_BACKEND_DCSGRPC bug fix (#1916)

* Add another DCS-gRPC example for MSRS docu (ATIS)

* Fixes MSRS_BACKEND_DCSGRPC bad _GetLatLongAlt call
This commit is contained in:
dogjutsu 2023-02-05 23:16:14 -08:00 committed by GitHub
parent 57079e5104
commit 184f93168b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1255,7 +1255,7 @@ MSRS_BACKEND_DCSGRPC.Functions._DCSgRPCtts = function (self, Text, Plaintext, Fr
options.srsClientName = Label or self.Label
options.position = {}
if self.coordinate then
options.position.lat, options.position.lat, options.position.alt = self._GetLatLongAlt(self.coordinate)
options.position.lat, options.position.lat, options.position.alt = self:_GetLatLongAlt(self.coordinate)
end
options.position.lat = options.position.lat or 0.0