Opened 18 years ago
Closed 18 years ago
#27 closed enhancement (fixed)
Live NMEA import
Reported by: | imi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description
James R Glasgow said:
I would appreciate a feature for JOSM that would download gps points directly from my gps attatched to my computer. then we could add the nodes, segments, and ways while someone else is driving. I think I could do a batter job at getting the street names this way.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
Summary: | NMEA import → Live NMEA import |
---|
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I have done that before with a small usb device during my first job in Berlin. The device was mapped to a serial port. When I remember right, I used the additional java.comm package which allows you to connect to a serial port. The data were imported on realtime. I could do this job!
comment:3 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Frederick Ramm (frederik@remote org) has already done some live-import - stuff within the plugin "livegps". You may want to contact him.
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the livegps plugin from frederik solves this problem
I presume this is meant to be live NMEA import rather than just importing a static NMEA file.
If anyone knows how to directly connect to a GPS device from Java, please comment here.