Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 61

Thread: Adventure Routes New Zealand Website

  1. #46
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Well after about 6 hours of fiddling it looks like you can't upload a gpx to a gps from a file.
    You can if the gpx text is inline on the page.

  2. #47
    Join Date
    24th March 2008 - 18:26
    Bike
    Me bitch
    Location
    High as a kite
    Posts
    1
    Quote Originally Posted by NordieBoy View Post
    You can if the gpx text is inline on the page.
    Dump the contents of the file to a (hidden) text field and send that to the gps?

  3. #48
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Quote Originally Posted by aftermethamphetamine View Post
    Dump the contents of the file to a (hidden) text field and send that to the gps?
    Yeah, the only easy(ish) way I can see is dynamically created page with the text read from a file.

  4. #49
    Join Date
    26th September 2005 - 21:14
    Bike
    05 450 EXC, 990 S
    Location
    Christchurch
    Posts
    3,642
    Quote Originally Posted by NordieBoy View Post
    Well after about 6 hours of fiddling it looks like you can't upload a gpx to a gps from a file.
    You can if the gpx text is inline on the page.
    Well that explains why the pages we were looking at (geocaching site) had data for a geocache.

    Quote Originally Posted by NordieBoy View Post
    Yeah, the only easy(ish) way I can see is dynamically created page with the text read from a file.
    Hmmn - not sure if I can do this. I'm borrowing server space at the moment and I dont know if active scripting (if that is what it is called) is enabled.

    Cheers R
    "The ultimate result of shielding men from the effects of folly is to fill the world with fools." - Herbert Spencer, English Philosopher (1820-1903)

  5. #50
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Quote Originally Posted by cooneyr View Post
    Well that explains why the pages we were looking at (geocaching site) had data for a geocache.
    I found someone who tried something similar and a garmin engineer said it wasn't possible with the current api and to put it inline.

    I'd use Rivit and TCL on the server end and it should work no problem but it'd be almost impossible to get that to work on anything other than my server
    PHP should do it as well.

  6. #51
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Just had a thought that it could be done using server side includes (I use them on the nmcc.org.nz site).
    Will play tomorrow evening.

  7. #52
    Join Date
    26th September 2005 - 21:14
    Bike
    05 450 EXC, 990 S
    Location
    Christchurch
    Posts
    3,642
    Quote Originally Posted by NordieBoy View Post
    I found someone who tried something similar and a garmin engineer said it wasn't possible with the current api and to put it inline.

    I'd use Rivit and TCL on the server end and it should work no problem but it'd be almost impossible to get that to work on anything other than my server
    PHP should do it as well.
    Quote Originally Posted by NordieBoy View Post
    Just had a thought that it could be done using server side includes (I use them on the nmcc.org.nz site).
    Will play tomorrow evening.
    :spudwhat: OK. I get the putting it inline bit but the rest when straight over the top.

    Can we use the code in the Garmin example page that puts the data inline? The lowest section of the page is a text box that gets filled with data when you choose from one of the examples (I can see the references to the example pages i.e. this line ). I figure that there should be a reference to "writeDataText" in one of the *.js files and the only one I can find it in is the GarminDeviceControlDemo.js file. Is this any help to you?

    Cheers R
    "The ultimate result of shielding men from the effects of folly is to fill the world with fools." - Herbert Spencer, English Philosopher (1820-1903)

  8. #53
    Join Date
    26th September 2005 - 21:14
    Bike
    05 450 EXC, 990 S
    Location
    Christchurch
    Posts
    3,642
    Few interesting developments.

    Nordieboy is working hard on getting a page together that allows us to use the Garmin Communicator API Plug in. Basically what this means is that you can upload the route files to your GPSr directly from the web page - no more downloading the file to your PC and then uploading it to the GPS. It will hopefully be very simple to use. This feature is not finished yet but good progress has been made.

    Transalper has figured out how to create a map layer the same as the autorouting map layers or topomaps. We are hopping that this proves easy to navigate with. If it does we will make a layer with all the adventure routes included. As I currently understand though this can only be used by those with mapping gps so the route files will still be available. Also the route files will be better for those with limited memory. We still need to do some testing of this to see how easy it is to use with a GPSr but fingers crossed.

    Lastly, I contacted Andy Cockroft the author of the 4WD North Island: 102 Off Road Adventures. He has given permission for us to use the data on the CD that goes with the book on the web site. This is going to be a lot of work to figure out which routes are worth putting on the site and then doing it but it will mean lots more routes for the NI.

    All good stuff

    Cheers R
    "The ultimate result of shielding men from the effects of folly is to fill the world with fools." - Herbert Spencer, English Philosopher (1820-1903)

  9. #54
    Join Date
    22nd May 2004 - 20:44
    Bike
    2003 R1150GS Adventure
    Location
    Wellington
    Posts
    457
    Quote Originally Posted by cooneyr View Post
    ...
    Transalper has figured out how to create a map layer the same as the autorouting map layers or topomaps. We are hopping that this proves easy to navigate with. If it does we will make a layer with all the adventure routes included.
    ....
    Hey guys

    What software are you using to do that?

    I was having a look on the NZ Open GPS project site and they seem to be using
    GPSMapEdit for the routing & CGPSMapper to generate the IMG files.

    GPSMapEdit was a reasonable price, but CGPSMapper looked expensive.

    Cheers Jim

  10. #55
    Join Date
    30th March 2007 - 18:18
    Bike
    KLR650 WR450
    Location
    Kapiti
    Posts
    2,665
    Quote Originally Posted by NordieBoy View Post
    PHP should do it as well.
    the server that its currently hosted on is just a standard apache/php setup

  11. #56
    Join Date
    26th September 2005 - 21:14
    Bike
    05 450 EXC, 990 S
    Location
    Christchurch
    Posts
    3,642
    Quote Originally Posted by BusaJim View Post
    Hey guys

    What software are you using to do that?

    I was having a look on the NZ Open GPS project site and they seem to be using
    GPSMapEdit for the routing & CGPSMapper to generate the IMG files.

    GPSMapEdit was a reasonable price, but CGPSMapper looked expensive.

    Cheers Jim
    Transalper found some free versions links of both - GPSMapEdit and cGPSMapper. He also found some other programmes - MapSetToolKit to send a map to mapsource and InnoSetup to create a self extracting exe.

    Quote Originally Posted by marks View Post
    the server that its currently hosted on is just a standard apache/php setup
    Nordie has put together a page that I need to modify slightly and test on the server. It is using php, so from what you say it should hopefully be OK?

    Cheers R
    "The ultimate result of shielding men from the effects of folly is to fill the world with fools." - Herbert Spencer, English Philosopher (1820-1903)

  12. #57
    Join Date
    20th November 2005 - 22:24
    Bike
    WR250R DR650 Transalp650
    Location
    Christchurch
    Posts
    4,229
    Wasn't expecting to create auto routing when experimenting began, and still don't know if we'll achieve that with the free software as we might need to unlock the (shareware) programs to gain the needed features.
    So far all I have done is taken tracklogs and route files and turned them in to road lines on a map that can be installed in to mapsource to load in to the gps with the rest of the maps you have.
    The idea being that when you turn on my map it would kind of highlight the adventure tracks as if they were major highways on top of the other maps you already have to make them easier to see.
    It was just a thought to enable us to have all routes highlighted without using any memory (the maps are stored on our huge data cards of course).
    To make the routes easy to navigate you will still need to load the route files otherwise you would need to follow the new roads on the new map on the gps screen without any actual directions/instruction.

    Today I am starting to read this... http://rotweilermaps.com/files/Rotwe...utingGuide.pdf
    to play a bit more a the potential for auto routing, but I suspect to actually get it working (if even possible) you will need to turn off the other auto routing maps you have installed.
    www.remotemoto.com - a serious site for serious ADV riders, the ultimate resource in the making.
    Check out my videos on Youtube including... the 2011 Dusty Butt 1K - Awakino Challenge and others.

  13. #58
    Join Date
    22nd May 2004 - 20:44
    Bike
    2003 R1150GS Adventure
    Location
    Wellington
    Posts
    457
    Quote Originally Posted by Transalper View Post
    ... but I suspect to actually get it working (if even possible) you will need to turn off the other auto routing maps you have installed.
    I was thinking about that.
    The NZ Open GPS project is open source. You could use their
    maps as the base and then add in the off road sections with the updated
    auto routing tables.
    Then you wouldn't need to unload the maps, you'd just install the updated
    open source versions.

    Big job though

  14. #59
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Quote Originally Posted by BusaJim View Post
    I was thinking about that.
    The NZ Open GPS project is open source. You could use their
    maps as the base and then add in the off road sections with the updated
    auto routing tables.
    Then you wouldn't need to unload the maps, you'd just install the updated
    open source versions.

    Big job though
    The autorouting bit is the killer.

    Otherwise it just needs to be a map overlay (like the Zenbu POI map) that if it's turned on will show the trails over top of the other maps you've got turned on.

    To me, that's the cleanest way of doing it as it would still be a very small map Mb wise and could be easily incorporated into the NZ Open GPS project later.

  15. #60
    Join Date
    2nd March 2004 - 13:00
    Bike
    FransAlp 700
    Location
    Nelson
    Posts
    14,484
    Quote Originally Posted by BusaJim View Post
    Hey guys

    What software are you using to do that?

    I was having a look on the NZ Open GPS project site and they seem to be using
    GPSMapEdit for the routing & CGPSMapper to generate the IMG files.

    GPSMapEdit was a reasonable price, but CGPSMapper looked expensive.

    Cheers Jim
    Get the free version to play with.
    It jus dosn't let you do searching or autorouting.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •