loading
 
Waypoint Question and Feature Request
Jon  [1 posts]
11 year
What is the waypoint format for an array of waypoints for the GPS reader. I saw the example on the VBscript page but those points seem to be pixel locations for a different module?

ReDim points(4)

points(0) = 100
points(1) = 100
points(2) = 150
points(3) = 200

Would this work

ReDim points (4)

points(0)=-102.235,122.123  ' <--- Not real GPS point but just for an example
points(1)=etc...

Also could you add for the ability to import waypoints from a file? such as the Google Earth/Maps KML/KMZ format? I was over 100 waypoints and entering those by hand takes forever!

Thanks,
Jon
Steven Gentner from United States  [1446 posts] 11 year
Jon,

The format would be more like

ReDim points (4)

points(0)=-102.235
points(1)=122.123
points(2)=etc...

in lat long sets.

If you can post an example of a KML/KMZ file we can take a look and possibly improve the Edit button in the GPS module to accept this format.

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index