kingna11 wrote:
如何加入踏頻、心率、...(恕刪)
1. 到GPX檔加入文字內容如下圖

2. 複製以下文字到google_maps JavaScript檔或其他skin的JavaScript檔(數字是座標,可能需更改)
Y += FontM.Height;
Vsd.DrawText( 1113, 612, "" + ( Vsd.Cadence / 1 ).toFixed( 0 ) + ".RPM", FontM, FontColor ); Y += FontM.Height;
Vsd.DrawText( 1109, 577, "" + ( Vsd.Heartbeat / 1 ).toFixed( 0 ) + ".bpm", FontM, FontColor );
Y += FontM.Height; Vsd.DrawText( 5, 675, "" + ( Vsd.Temperature / 1 ).toFixed( 0 ) + " ℃", FontM, FontColor );
至於功率也可依以上方式加入
內文搜尋

X