Convert gpx track to waypoint

Xcode的simulator支持location simulate,老版本的有一些内置的路径,但是新版本只支持单个点或者上传gpx文件。试着用gramin导出的gpx放上去结果不认,查了下gramin导出的是trk文件,而xcode只认wpt。找了些转换的办法,结果发现用gpsbabel的最好用,命令如下:

gpsbabel -i gpx -f activity_1448426645.gpx -x transform,wpt=trk,del -o gpx -F foobar.gpx

ref: https://www.gpsbabel.org/htmldoc-development/filter_transform.html

ios #xcode #simulator

你可能感兴趣的:(Convert gpx track to waypoint)