Skip to content

Commit

Permalink
fixed vad profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ELY3M committed Aug 8, 2022
1 parent 7842bea commit 35616b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ class WXGLRadarActivityNew : VideoRecordActivity(), OnMenuItemClickListener {
//val txt = withContext(Dispatchers.IO) { UtilityWXOGL.getVwp(this, oglr.rid) }
//ObjectIntent(this, TextScreenActivity::class.java, TextScreenActivity.URL, arrayOf(txt, oglr.rid + " VAD Wind Profile"))
var vmpurl = "https://weather.cod.edu/satrad/nexrad/index.php?type="+wxglRender.rid+"-NVW"
Route(this@WXGLRadarActivity, WebView::class.java, WebView.URL, arrayOf(vmpurl, wxglRender.rid + " VAD Wind Profile"))
Route(this@WXGLRadarActivityNew, WebView::class.java, WebView.URL, arrayOf(vmpurl, wxglRender.rid + " VAD Wind Profile"))

}

Expand Down

0 comments on commit 35616b2

Please sign in to comment.