View Full Version : GPS help
4skins
18th September 2008, 11:51
I have a Garmin Quest which I haven't bothered to learn much about yet and I need a crash course tonight so I can use it to follow a route this weekend.
I wanna plot in a course from the maps on my PC then follow a complicated series of roads on Sunday without pulling out the maps.
If you wouldn't mind me phoning you tonight to pick your brains, PM me your home phone and I'll give you a bell.
Johnny 4s:(
NighthawkNZ
18th September 2008, 12:26
I have a Garmin Quest which I haven't bothered to learn much about yet
See there is you first problem...
I have a Garmin Quest and it is very easy to use... but my first bit of advise is the manual...???
upshift
18th September 2008, 13:38
I wanna plot in a course from the maps on my PC
Johnny 4s:(
Plotted on Mapsource I hope ?, as far as I know there is no other way to do this.
cooneyr
18th September 2008, 13:42
Plotted on Mapsource I hope ?, as far as I know there is no other way to do this.
Doesn't have to be done in map source as long as it is a format that can be converted to a GPX file using something like GPSBabel.
PM sent J.
Cheers R
4skins
18th September 2008, 15:14
You're exactly right Nighthawke, but I want it NOW and I'm a bloke, we don't read manuals.
Anyway, I've got it sussed (without reading the book). Helps if you have the right base maps first!
Just going out for a test route round the block.
Bass
18th September 2008, 15:35
You're exactly right Nighthawke, but I want it NOW and I'm a bloke, we don't read manuals.
Anyway, I've got it sussed (without reading the book). Helps if you have the right base maps first!
Just going out for a test route round the block.
Just don't get caught routing where you shouldn't
Padmei
18th September 2008, 18:31
Just don't get caught routing where you shouldn't
Te he he he said routing:blip:
NordieBoy
19th September 2008, 07:40
I wish MapSource would let parts of a route be off road and auto calculate others (don't re-calculate this section type thing).
I use Google Earth to draw a track where I want to go (especially if off-piste) and save it as a kml.
Convert the kml to a gpx.
Import the gpx into mapsource and trim the number of points down to 1 per 200m or so.
Save the track as a gpx.
Open the gpx file in a text editor and change it from trkpts to rtepts etc.
Upload the resulting route to the Quest.
This way dosn't load the Quest up with any waypoints.
This is only if you really want to follow closely a route that's off road.
I'm also starting to use MapEdit to draw a track and add it to my "Nordie's ADV Mapset" and uploading it to the Quest as a complete map.
I also downloaded and compiled the Nelson Topomaps which look quite cool.
Can you tell I like playing with my GPS?
cooneyr
19th September 2008, 08:33
I wish MapSource would let parts of a route be off road and auto calculate others (don't re-calculate this section type thing).
Easy - change the map you are viewing (in Mapsource) from the auto routing maps to the topomaps (if you have them) or use the options to turn of the auto routing. I often use the auto routing to get between home and the end of the "interesting" section then flick to the topomaps and manually click my way along the "interesting" bit then use the auto route for the next bit etc etc
There is one problem with using the auto routing though in that in the GPX file is uses the "gpxx:rpt" lines which only work if you have the auto routing maps on the GPS. This is ok if you are preparing a route for yourself (dodgy) but if you are preparing a route for somebody else (even dodger) then you need use something that will turn every point along the route into a rtept line. RouteConverter (http://www.routeconverter.de/) does this but it not that nice to use (have to go back through a text editor to clean things up as RouteConverter creates waypoints, a route and a track from the same set of route points).
Convert the kml to a gpx.
I'm assuming that you use GPSbabel (http://www.gpsbabel.org/) for this? It is really easy to use if you dont and has other benefits being -
Import the gpx into mapsource and trim the number of points down to 1 per 200m or so.
GPSbabel can easily thin a route to no more than x number of points - does this very nicely too.
Open the gpx file in a text editor and change it from trkpts to rtepts etc.
GPSbabel does this as well. You can decide if you want to convert the track to a route or convert the track to a route and keep the track as well.
Can you tell I like playing with my GPS?
As much as me???
Cheers R
NordieBoy
19th September 2008, 09:09
Easy - change the map you are viewing (in Mapsource) from the auto routing maps to the topomaps (if you have them) or use the options to turn of the auto routing. I often use the auto routing to get between home and the end of the "interesting" section then flick to the topomaps and manually click my way along the "interesting" bit then use the auto route for the next bit etc etc
Hmmm....
There is one problem with using the auto routing though in that in the GPX file is uses the "gpxx:rpt" lines which only work if you have the auto routing maps on the GPS. This is ok if you are preparing a route for yourself (dodgy) but if you are preparing a route for somebody else (even dodger) then you need use something that will turn every point along the route into a rtept line. RouteConverter (http://www.routeconverter.de/) does this but it not that nice to use (have to go back through a text editor to clean things up as RouteConverter creates waypoints, a route and a track from the same set of route points).
Yep, don't want lots of waypoints cluttering up the GPS.
I'm assuming that you use GPSbabel (http://www.gpsbabel.org/) for this?
Been using it since I got my 1st GPS.
GPSbabel can easily thin a route to no more than x number of points - does this very nicely too.
GPSbabel does this as well. You can decide if you want to convert the track to a route or convert the track to a route and keep the track as well.
Ummm....
I had actually been using it for this some time ago but... forgot :innocent:
As much as me???
How many GPS'sss have you got? :D
So my gpsbabel command should look something like...
gpsbabel -i kml -f "%f" -x transform,t=r,del position,distance=100m -o gpx -F "%f".gpx
To translate a kml to a gpx with trk to rte and a rtept every 100m.
Set that up as a right-click option for kml files and I'm away :scooter:
I can already right-click on a gpx file and upload it to the GPS.
cooneyr
19th September 2008, 09:20
....How many GPS'sss have you got? :D
I just dont break them :D
So my gpsbabel command should look something like...
gpsbabel -i kml -f "%f" -x transform,t=r,del position,distance=100m -o gpx -F "%f".gpx
To translate a kml to a gpx with trk to rte and a rtept every 100m.
Not used the distance function bit other than that it looks about right (shouldnt it be transform,trk=rte,). I use the total points function cause of the limitation in the number of points per route. The quest can only handle 50 points in a route can't it?
Should do some more work on the ADVroute page some day.
Cheers R
NordieBoy
19th September 2008, 09:33
I just dont break them :D
They're not broken. Just resting.
Not used the distance function bit other than that it looks about right (shouldnt it be transform,trk=rte,). I use the total points function cause of the limitation in the number of points per route. The quest can only handle 50 points in a route can't it?
Looks like the transform function can use the first letter. trk=wpt t=w
I've been having a play and if the route uses waypoints then it looks like 50 points or so but if they're routepoints then it can use more.
Or something.
To be confirmed.
YMMV
Should do some more work on the ADVroute page some day.
Yes.
cooneyr
19th September 2008, 11:13
...I've been having a play and if the route uses waypoints then it looks like 50 points or so but if they're routepoints then it can use more.
Or something.
To be confirmed.
YMMV....
Very keen to hear more about this as it the biggest single issue I have work through with my site. If I can simply convert the track to a route with however many routepoints this minimises the number of files, hence work and potential confusion.
Other thing this may resolve is the need to check if you can have multiple routes in a single file. I broke the DB1k route into 5 250 point route files but if the route can have more than 250 points (raw data has about 8000) or I can have one file with five routes this helps keep things simple as well.
I'll have a play with this before the Lees Valley darkness run.
Cheers R
NighthawkNZ
19th September 2008, 11:29
I wish MapSource would let parts of a route be off road and auto calculate others (don't re-calculate this section type thing).
I am sure you can use your avoidances (just leave as unsealed and avoide all other roads etc...)
make two or three different routes for the trip...???
NordieBoy
19th September 2008, 17:01
Very keen to hear more about this as it the biggest single issue I have work through with my site. If I can simply convert the track to a route with however many routepoints this minimises the number of files, hence work and potential confusion.
Other thing this may resolve is the need to check if you can have multiple routes in a single file. I broke the DB1k route into 5 250 point route files but if the route can have more than 250 points (raw data has about 8000) or I can have one file with five routes this helps keep things simple as well.
I'll have a play with this before the Lees Valley darkness run.
Cheers R
Getting closer...
gpsbabel -i kml -f filename.kml -x transform,rte=trk,del -x position,distance=100m -o gpx -F filename.gpx
cooneyr
19th September 2008, 18:56
Getting closer...
gpsbabel -i kml -f filename.kml -x transform,rte=trk,del -x position,distance=100m -o gpx -F filename.gpx
huh - you mkaing tracks now? You know that GPSbabel has a GUI so you don't have to use the code (unless you are doing the right click to modify and upload thing).
My experimenting shows that any one route can only have 250 points (with the Legend HCx) else it gets truncated by the GPS. These are rtept's not way points. Also any one file contain more than one route and they can all be loaded as separate routes onto a GPS.
Plan is to have 5 250 point routes in one gpx file for the DB1k and a second file that contains somewhere around 10 50 point routes with logical end points so changing from one route to another is not an issue (unless the GPS does it automatically - test this on Sat night).
Cheers R
NordieBoy
19th September 2008, 21:24
huh - you mkaing tracks now? You know that GPSbabel has a GUI so you don't have to use the code (unless you are doing the right click to modify and upload thing).
My experimenting shows that any one route can only have 250 points (with the Legend HCx) else it gets truncated by the GPS. These are rtept's not way points. Also any one file contain more than one route and they can all be loaded as separate routes onto a GPS.
Plan is to have 5 250 point routes in one gpx file for the DB1k and a second file that contains somewhere around 10 50 point routes with logical end points so changing from one route to another is not an issue (unless the GPS does it automatically - test this on Sat night).
Cheers R
rte=trk makes any trkpts into rtepts - still looks weird though - was wondering why trk=rte didn't change anything.
gpsbabel may have a gui on windows...
NordieBoy
19th September 2008, 21:48
As long as the routes are uploaded via MapSource I can get several 256 point routes on with no waypoints generated.
If I use gpsbabel to send them I get waypoints generated for each rtept.
NordieBoy
20th September 2008, 10:04
Right...
gpsbabel -i kml -f filename.kml -x transform,rte=trk,del -x simplify,crosstrack,error=0.02k -x simplify,count=250 -o gpx -F filename.gpx
Will change a kml track file (works with multiple tracks in file) into a selection of trimmed 250 point max routes with a crosstrack error of 20m (remove redundant points - works quite well).
Load this gpx into MapSource, rename the routes and it works well for uploading into the GPS.
Addendumdum...
Using only the crosstrack error filter at 20m reduces the 3981 point track from the French Pass (8 hour) ride down to about 250 points without specifying the count=250 option as well.
Got to be good for you.
LISTERJAG
20th September 2008, 15:03
I could do with some advice as well, I have a Garmin 276c. What should I load onto the gps as my base maps?
NordieBoy
20th September 2008, 15:40
I could do with some advice as well, I have a Garmin 276c. What should I load onto the gps as my base maps?
NZ Open GPS Maps Project.
http://gwprojects.org/forum/index.php
LISTERJAG
20th September 2008, 17:19
Not sure that I have down loaded correctly, there is no detail on the map, is it something you can talk me through on the forum or am I better to talk to you by phone?
cooneyr
20th September 2008, 17:53
Do you have mapsource installed on your PC? If so down load the free open source maps from this link (http://mapcenter2.cgpsmapper.com/mapsetview.php?id=185) (Nordie gave you a link to the associated forum). The map set is available from my link clicking on the "installer: 25637 kB" and saving it to your PC. Once you have save the file to your machine double click it and it will open and "installer" - click next, yes as appropriate.
Once this is complete open map source and along the top tool bar next to the print icon use the drop down menu to select "Free Open GPS NZ Autorouting". Make a route now and it will automatically autoroute along the available roads. If you want to upload the maps to your GPS use the "map tool" (icon that is a 5 sided "square" with yellow and black lines - next to the zoom icon). Click and drag to select all of NZ (zoom out enough first), then use the send to Device (under the transfer menu or the icon immediately right of the "map tool"). They rest should be reasonably straight forward. One more thing you may have to select the maps under the map tab first before using send to device (cant remember).
This was typed in a hurry so if you need any more help PM me (out riding tonight though).
Cheers R
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.