Re: Position on Map - GPS
I was doing this recently but I went for the whole handshaking protocol. The handshaking for a Garmin GPS device is a complete nightmare. Talk about overkill.
Anyway I might just try the one-way text output like bruce did. First thing I'll do is create an onscreen realtime compass on my laptop, fullscreen!! :D I'll be doing it in VB.Net though. :D
Re: Position on Map - GPS
I would think scale mode would make life much easier.
Couldn't you set the scale to approximate lat/lon coords?
Just might have to convert degrees,minutes,seconds into a real number,
e.g. 50 30 00 = 50.5
Sounds like fun, DaveBo (I have both Garmin & Magellan handhelds)
Re: Position on Map - GPS
Wow, this is old...
Annyways, It has been extreamly successful. I scan a chart, calibrate it (3 points) and store the calibration data at the head of the scanned image jpg and save that as a custom file type. Later, when the chart is selected for loading I strip off the calibration data and then I am left with the jpg image data which gets loaded into a picturebox. As the mouse moves over the chart, the Lat/Long values are displayed in a statusbar.
Parsing the NMEA was simple enough, then it was just a matter of converting that data.
My GPS data then provides point track info to move a symbol (aircraft) over the charrt as required.
Bruce.
Re: Position on Map - GPS
Quote:
Originally Posted by wossname
Anyway I might just try the one-way text output like bruce did. :D
Yeh, for this type of application it makes sense. On the other hand, if your developing a desktop 'waypoint'/'route planner' you would need to go both ways.
Bruce.
Re: Position on Map - GPS URGENT!!!!!
!!Urgent...Urgent...Urgent...Urgent...Urgent...Urgent...
Hi Guys,
The software downloads posted by lerouxc1 above are not working (his email as well)...
Can someone send them to me please. I need help in building my GPS tracking application...
Many thanks....
Kaddour
:confused:
Re: Position on Map - GPS
What parts do you need?
I don't have his ocx anymore, but what I wrote at the time I have tucked away somewhere.
Re: Position on Map - GPS
Thanks Bruce Fox for your reply.
I need the mapping bit, please - thanks - Kad
Re: Position on Map - GPS
Hello,"Bruce Fox" please upload the files of "lerouxc1" again
i need them plz
Re: Position on Map - GPS
Quote:
Originally Posted by h_1985
Hello,"Bruce Fox" please upload the files of "lerouxc1" again
i need them plz
Like I said, I don't have them anymore.
I had completly written my app from scratch and it worked quite well.
It was a long time ago.....
I had described how I did it at the time, and it functioned as expected.
Once I loaded the scanned Map, I then calibrated it at three points.
The calibration data was stored in the first 100 bytes of a file that also contained the bitmap Map (this is the Calibrated Map).
When loaded, the first 100 bytes were read and held as calibration data, the remaining bytes were the bitmap which was extracted to a temp file prior to loading
into the PictureBox.
Bruce. :)