A .gpx file viewer plugin for Total Commander (TC)
This is a TC lister plugin to preview .gpx format file of cycling tracks on Baidu map. gpx is the defalut format of Xingzhe行者 Android App. C# webbrowser control is used for map display. Javascript in map.html draw the polylines and Start/End point. .Net Plugin Interface play a very important role to communicate between unmanaged code(c++/delphi) and managed code (C#). It is a fantastic software with very detail document. Thank the author Oleg Yuvashev.
- Visual Studio 2019
- .Net framework 4.8
- .Net Plugin Interface 1.4 by Oleg Yuvashev
- Total Commander 9.22a
- Install the plugin interface in /Deployment
- Apply Baidu map key
- Replace "YourKey" in /map.html to your Baidu map key.
- Build the project in VS
- Install GpxViewer.wlx to TC