Author Topic: Transfer waypoints to GARTRIP  (Read 1711 times)

jwnorth

  • Registered User
  • *
  • Posts: 2
    • View Profile
Transfer waypoints to GARTRIP
« on: 13-Jan-2007, 19:52:59 »
I have MapSource v 3.00 which uses PCX5 waypoints  (.wpt)
I have used TpSelect to produce a file TpLAS399 using format
GarminPCX5AVD
When I try to import this into MapSource I get message :

TpLAS399.txt could not be imported
A problem was found near line 3
No spaces were found after the record ID

Any ideas ?
The format of .wpt files in GARTRIP seems to differ from that in the
TpLAS.txt file

John North

jeff

  • Administrator
  • Registered User
  • *****
  • Posts: 174
    • View Profile
    • Jeff Goodenough's Pages
Transfer waypoints to GARTRIP
« Reply #1 on: 13-Jan-2007, 20:45:31 »
Did you try the format "Mapsource (old versions)"?

jwnorth

  • Registered User
  • *
  • Posts: 2
    • View Profile
GARTRIP waypoints
« Reply #2 on: 14-Jan-2007, 10:05:37 »
Jeff
Yes, I did try format Mapsource (old versions)
It gives exactly the same errpr message as wih GarminPCX5AVD.

John

jeff

  • Administrator
  • Registered User
  • *****
  • Posts: 174
    • View Profile
    • Jeff Goodenough's Pages
Transfer waypoints to GARTRIP
« Reply #3 on: 14-Jan-2007, 11:05:47 »
OK, the start of the file looks something like this (agreed?):

Code: [Select]

H Created on Sun, 14-Jan-2007 10:59:19 by TpSelect V2.1
H Format: Garmin PCX5AVD
H
H  SOFTWARE NAME & VERSION
I  PCX5 2.09


It's complaining about "no spaces after the record id" at line 3. This is true - there are no spaces after the 'H' in the third line.

Try editing the file to add a couple of spaces after the H in line 3 (in Notepad or something). If that fixes the problem, please let me know and I will fix the program to do just that.

Seems that your version of Mapsource is being very fussy :)