<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<STYLE></STYLE>

<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; BORDER-TOP-STYLE: none; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none" 
bgColor=#ffffff leftMargin=0 topMargin=0 name="Compose message area" 
CanvasTabStop="true" acc_role="text">
<DIV><FONT face=Arial>I just picked up SA2007 today.&nbsp; It includes the 
handheld stuff plus alot more.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Loran</FONT></DIV>
<DIV><FONT face=Arial>Team Sand Dollar</FONT></DIV>
<DIV>----- Original Message ----- </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=mykel_d@msn.com href="mailto:mykel_d@msn.com">Michael Dumroese</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=listserv@azgeocaching.com 
  href="mailto:listserv@azgeocaching.com">listserv@azgeocaching.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, August 22, 2006 1:47 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Az-Geocaching] Displaying 
  waypoints on Delorme StreetAtlas2006for PalmOS</DIV>
  <DIV><BR></DIV><!--[gte IE 5]><?xml:namespace prefix="v" /><?xml:namespace prefix="o" /><![endif]-->
  <DIV 
  style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana">
  <DIV>Thanks Loran, I just followed your directions, and it worked.&nbsp; Just 
  gonna have to toy with it a little to change the color the little diamonds 
  show up in, but that for another time.&nbsp; Now I am all ready for my caching 
  tomorrow.&nbsp; </DIV>
  <DIV>&nbsp;</DIV>
  <DIV>*Warning, a delusion follows*</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Hmmmm, next step a BlueTooth GPS for my Palm, and I will be down to no 
  paper and only one piece of equipment that I would need to carry.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>...just kidding, tho it would be nice.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Mike</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><EM>aka myke85268</EM></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>----- Original Message ----- </DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial"><B>From:</B> <A 
    title=mailto:loranwilcox@chartermi.net 
    href="mailto:loranwilcox@chartermi.net">Loran Wilcox</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=mailto:listserv@azgeocaching.com 
    href="mailto:listserv@azgeocaching.com">listserv@azgeocaching.com</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 21, 2006 9:00 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Az-Geocaching] Displaying 
    waypoints on Delorme Street Atlas2006for PalmOS</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial>It does work but it is very complex.</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>I originaly got it to work with Topo USA 4.0 and above 
    but here is the sequence.</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>1) On the palm memory there is a file XMapWptsDB. 
    </FONT><FONT face=Arial>If it exists you will need to delete 
it.</FONT></DIV>
    <DIV><FONT face=Arial>2) Next you need to restart SA2006HH which will create 
    a new empty XMapWptsDB&nbsp;file.</FONT></DIV>
    <DIV><FONT face=Arial>3) In the Directory C:\DeLorme Docs\Mobile Maps\Wpts 
    Transfer you will need the file XMapHHWptsSend.txt which has the following 
    format</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>BEGIN SYMBOL<BR>43.7711800337,-85.8825199604, 
    'Jeep'ers Letterbox Cache<BR>43.6073299646,-84.7953300476, "A nice basted 
    turkey..."<BR>END<BR></FONT></DIV>
    <DIV><FONT face=Arial>4) I use gpsbabel to create this file for me using the 
    following lines</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>gpsbabel -i gpx,gsshortnames -f AZ.gpx -o csv -F 
    TOPO-AZ.txt<BR>gpsbabel -i csv -f TOPO-AZ.txt -o xmap -F 
    X-AX.txt<BR></FONT></DIV>
    <DIV><FONT face=Arial>The first line generates a file I use with TOPO 
    USA</FONT></DIV>
    <DIV><FONT face=Arial>The second line modifies it for the 
    HandHeld</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>5) Th</FONT><FONT face=Arial>en I use the following 
    lines to rename it and copy it to the right directory.</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>del "C:\DeLorme Docs\Mobile Maps\Wpts 
    Transfer\XMapHHWptsSend.txt"<BR>copy X-AZ.txt "C:\DeLorme Docs\Mobile 
    Maps\Wpts Transfer\XMapHHWptsSend.txt"<BR></FONT></DIV>
    <DIV><FONT face=Arial>6) A hotsync will then load it to the 
    palm.</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>Keep the number of waypoint under 500 or it messes up 
    the tracking if you are using a GPS with the Palm.</FONT></DIV>
    <DIV><FONT face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial>Loran</FONT></DIV>
    <DIV><FONT face=Arial>Team Sand Dollar</DIV></FONT>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
      <A title=mailto:mykel_d@msn.com href="mailto:mykel_d@msn.com">Michael 
      Dumroese</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=mailto:listserv@azgeocaching.com 
      href="mailto:listserv@azgeocaching.com">listserv</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 21, 2006 11:27 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> [Az-Geocaching] Displaying 
      waypoints on Delorme Street Atlas 2006for PalmOS</DIV>
      <DIV><BR></DIV><!--[gte IE 5]><?xml:namespace prefix="v" /><?xml:namespace prefix="o" /><![endif]-->
      <DIV>Anyone know if there is a way to get waypoint info (coordinates, 
      waypoint name) from a GPX file to display on Delorme Street Atlas 2006 for 
      PalmOS.&nbsp; I just got the program so I wouldn't have to carry maps 
      around for all the little side streets (trying to go completely 
      paperless).</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Thanks</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Mike</DIV>
      <DIV>&nbsp;</DIV>
      <DIV><EM>aka myke85268</EM></DIV>
      <P>
      <HR>

      <P></P>____________________________________________________________<BR>Az-Geocaching 
      mailing list listserv@azgeocaching.com<BR>To edit your setting, subscribe 
      or unsubscribe 
      visit:<BR>http://listserv.azgeocaching.com/mailman/listinfo/az-geocaching<BR><BR>Arizona's 
      Geocaching 
    Resource<BR>http://www.azgeocaching.com<BR></BLOCKQUOTE>____________________________________________________________<BR>Az-Geocaching 
    mailing list listserv@azgeocaching.com<BR>To edit your setting, subscribe or 
    unsubscribe 
    visit:<BR>http://listserv.azgeocaching.com/mailman/listinfo/az-geocaching<BR><BR>Arizona's 
    Geocaching Resource<BR>http://www.azgeocaching.com<BR></BLOCKQUOTE></DIV>
  <P>
  <HR>

  <P></P>____________________________________________________________<BR>Az-Geocaching 
  mailing list listserv@azgeocaching.com<BR>To edit your setting, subscribe or 
  unsubscribe 
  visit:<BR>http://listserv.azgeocaching.com/mailman/listinfo/az-geocaching<BR><BR>Arizona's 
  Geocaching 
Resource<BR>http://www.azgeocaching.com<BR></BLOCKQUOTE></BODY></HTML>