richhowley / NMEAtoGPX

Convert NMEA sentences to a GPX file for use in Google Earth.
1 stars 0 forks source link

Missing Elevation #2

Open Pulsar33 opened 1 month ago

Pulsar33 commented 1 month ago

Hi, It seems self. is missing before latlonStr(pos) at line 259 causing the loss of "ele" fields self.latlonStr(pos) fix it right Thank you for the job ! Pulsar33

richhowley commented 4 weeks ago

Fixed. Thanks Pulsar33!