EDN Admin
Well-known member
Hi,
I have a GPS device with several GPX files containing hiking and cycling trails. The GPX files have the XML format and are based on the Topografix
http://www.topografix.com/gpx/1/1/gpx.xsd" target="_blank" title="GPX schema
GPX schema . Some examples for GPX files can be found on the http://trail.brijn.nu/gps.php?gps=public" target="_blank" title="Example GPX files
Trail Repository web page under the column "Download GPX". I want to write a Windows forms application to manage these GPX files. The application should have a main table, which needs to show the metadata elements of all my GPX files. As soon as I select
one row of the table, the details (waypoints, routes, tracks) of the corresponding GPX file should be visible in a separate table or whatever components are more suitable. I need some functions to search, sort and filter the metadata. Which technology (DataSet,
LINQ, Serialization, etc.) is the best for this purpose. If you need more information please let me know. By the way I am more or less beginner in programming, so I may ask dumb questions.<br/>
Regards,
LittleBlueBird
PS. I already tried to get answers to this issue in the German Forums but the feedback was disappointing. I hope therefore to get more support here.
View the full article
I have a GPS device with several GPX files containing hiking and cycling trails. The GPX files have the XML format and are based on the Topografix
http://www.topografix.com/gpx/1/1/gpx.xsd" target="_blank" title="GPX schema
GPX schema . Some examples for GPX files can be found on the http://trail.brijn.nu/gps.php?gps=public" target="_blank" title="Example GPX files
Trail Repository web page under the column "Download GPX". I want to write a Windows forms application to manage these GPX files. The application should have a main table, which needs to show the metadata elements of all my GPX files. As soon as I select
one row of the table, the details (waypoints, routes, tracks) of the corresponding GPX file should be visible in a separate table or whatever components are more suitable. I need some functions to search, sort and filter the metadata. Which technology (DataSet,
LINQ, Serialization, etc.) is the best for this purpose. If you need more information please let me know. By the way I am more or less beginner in programming, so I may ask dumb questions.<br/>
Regards,
LittleBlueBird
PS. I already tried to get answers to this issue in the German Forums but the feedback was disappointing. I hope therefore to get more support here.
View the full article