Changeset 12423 in josm for trunk/src


Ignore:
Timestamp:
2017-06-22T01:46:02+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14924 - support NMEA IN and EC talker IDs, found in gpsd test files, as they can be obtained from real maritime navigation systems / gps receivers

File:
1 edited

Legend:

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

    r12421 r12423  
    1111    /** BeiDou (China) */
    1212    BD,
     13    /** Electronic Chart Display & Information System (ECDIS) */
     14    EC,
    1315    /** Galileo (Europe) */
    1416    GA,
     
    2022    GN,
    2123    /** GPS (Global Positioning System) */
    22     GP
     24    GP,
     25    /** Integrated Navigation */
     26    IN
    2327}
Note: See TracChangeset for help on using the changeset viewer.