Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 09-02-2015, 12:51   #1
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
GPX Route won't import

I have attached a route GPX file that I am trying to import to OpenCPN. All my other files will import just fine, but when I try this one, nothing happens. Thanks for any help. Chuck

Withlacootchee.gpx
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Old 09-02-2015, 13:13   #2
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: GPX Route won't import

Quote:
Originally Posted by AnchorageGuy View Post
I have attached a route GPX file that I am trying to import to OpenCPN. All my other files will import just fine, but when I try this one, nothing happens. Thanks for any help. Chuck

Attachment 96910
Your file doesn’t contain a route, but four individual wpt's, that displays just fine.

Thomas
cagney is offline   Reply With Quote
Old 09-02-2015, 13:29   #3
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
Re: GPX Route won't import

Now I'm more confused. All of my other routes are a series of waypoints and when I import them to OpenCPN they imort as a route and show up on my open charts. Why is this one not doing the same? Chuck
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Old 09-02-2015, 13:37   #4
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
Re: GPX Route won't import

Also, they will not import as waypoints. Chuck
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Old 09-02-2015, 14:00   #5
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: GPX Route won't import

Chuck...
The file attached really contains 4 isolated waypoints and no route:
Code:
<?xml version="1.0"?>
<gpx version="1.1"
creator="PolarView - http://www.polarnavy.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">

<wpt lat="28.9024735" lon="-82.7707471">
   <name>WPT000</name>
   <sym>dot</sym>
</wpt>

<wpt lat="28.9306049" lon="-82.8410651">
   <name>WPT001</name>
   <sym>dot</sym>
</wpt>

<wpt lat="28.9519737" lon="-82.8612878">
   <name>WPT002</name>
   <sym>dot</sym>
</wpt>

<wpt lat="28.9681993" lon="-82.8290657">
   <name>WPT003</name>
   <sym>dot</sym>
</wpt>

</gpx>
To be a route, it would have to look like this:
Code:
<?xml version="1.0"?>
<gpx version="1.1"
creator="PolarView - http://www.polarnavy.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">

<rte>
<rtept lat="28.9024735" lon="-82.7707471">
   <name>rtept000</name>
   <sym>dot</sym>
</rtept>

<rtept lat="28.9306049" lon="-82.8410651">
   <name>rtept001</name>
   <sym>dot</sym>
</rtept>

<rtept lat="28.9519737" lon="-82.8612878">
   <name>rtept002</name>
   <sym>dot</sym>
</rtept>

<rtept lat="28.9681993" lon="-82.8290657">
   <name>rtept003</name>
   <sym>dot</sym>
</rtept>
</rte>
</gpx>
You can have a look at any of your other GPX files using any text editor, it will be like this. There is no magic...

Pavel
nohal is offline   Reply With Quote
Old 09-02-2015, 14:08   #6
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
Re: GPX Route won't import

OK, So why won't they import as individual waypoints? Chuck
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Old 09-02-2015, 14:15   #7
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: GPX Route won't import

Chuck...
They do import as individual waypoints without any problem for me.

Pavel
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2015-02-09 16:14:59.png
Views:	128
Size:	49.6 KB
ID:	96913  
nohal is offline   Reply With Quote
Old 09-02-2015, 14:24   #8
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
Re: GPX Route won't import

Won't work for me. I import them OK, but they are not in the location they should be.
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Old 09-02-2015, 14:36   #9
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: GPX Route won't import

Chuck...
And where they should be? Can you post a screenshot similar to the one attached (which shows that for me, the WPT imported exactly at the location stated in the GPX file...)
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2015-02-09 16:33:27.png
Views:	175
Size:	40.6 KB
ID:	96914  
nohal is offline   Reply With Quote
Old 10-02-2015, 11:55   #10
Registered User
 
AnchorageGuy's Avatar

Join Date: Mar 2003
Location: Wherever the boat is!
Boat: Marine Trader 34DC
Posts: 4,619
Re: GPX Route won't import

Thanks but I now have it working. I made a new route and saved it as another name. Imported it and all worked fine. Not sure why the other file didn't want to even import the waypoints properly. All is well know. Chuck
__________________
Chesapeake Bay, ICW Hampton Roads To Key West, The Gulf Coast, The Bahamas

The Trawler Beach House
Voyages Of Sea Trek
AnchorageGuy is offline   Reply With Quote
Reply

Tags
route, import


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send gpx route/waypoints to GPS 76 ?? 610bob Navigation 1 14-08-2013 13:11
.gpx import data error?? onehalfmoon OpenCPN 3 03-04-2013 06:24
Import GPX Tracks Crash Bluesipp OpenCPN 25 29-10-2011 00:20
Route Sharing in .gpx format Cotemar Navigation 0 16-02-2011 14:53
How to Import gpx Tracks into MaxSea George64 Navigation 0 10-09-2010 15:56

Advertise Here


All times are GMT -7. The time now is 20:56.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.