GPX File does not load iOS Xcode

前端 未结 3 992
别那么骄傲
别那么骄傲 2021-01-21 08:56

I am trying to simulate the locations, using a gpx file.

The file does not work in the Xcode nor does it show any error.

The file size is 1.1 MB , has a tracking

3条回答
  •  走了就别回头了
    2021-01-21 09:53

    I have met this problem recently, and found that GPSBabel can convert track GPX file into waypoint format. Here is a sample command given in the document:

    gpsbabel -i gpx -f blah.gpx -x transform,wpt=trk,del -o gpx -F converted.gpx

提交回复
热议问题