Ignore:
Timestamp:
2023-05-30T15:39:05+02:00 (13 months ago)
Author:
stoecker
Message:

add NMEA track coloring by reference ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/nmea/NmeaReader.java

    r18179 r18738  
    432432                    }
    433433                }
     434                // h-dilution
     435                accu = e[GGA.REF.position];
     436                if (!accu.isEmpty()) {
     437                    currentwp.put(GpxConstants.PT_DGPSID, accu);
     438                }
    434439            } else if (isSentence(e[0], Sentence.VTG)) {
    435440                // COURSE
Note: See TracChangeset for help on using the changeset viewer.