GPX Reader

DieterR

Member
Licensed User
Longtime User
Hi,
I programmed this GPX reader as a sample application of agrahams http://www.b4x.com/forum/additional-libraries/3385-xml-library.html. Many thanks to him for this nice work! :sign0188:

The sample reads the header and all waypoints (POI, points of interest) of a GPX file into a table. With a little modification it can also be used to read tracks or routes (replace "wpt"). I tested it with GPX files from different sources. It works well. Programming a GPX writer should be much easier ... :cool:

Have fun with it
 

Attachments

  • GPX reader.zip
    19.1 KB · Views: 421
Top