Skip to content

Commit 75774e7

Browse files
committed
55951-elys
1 parent a0d87f3 commit 75774e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/java/joshuatee/wx/radar/NexradRenderTextObject.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import joshuatee.wx.ui.TextViewMetal
3838
import joshuatee.wx.ui.UtilityUI
3939
import joshuatee.wx.util.ProjectionNumbers
4040
import joshuatee.wx.util.To
41-
import joshuatee.wx.util.UtilityLog
41+
//import joshuatee.wx.util.UtilityLog
4242
import kotlin.math.*
4343

4444
class NexradRenderTextObject(
@@ -273,8 +273,8 @@ class NexradRenderTextObject(
273273
text: String,
274274
color: Int
275275
) {
276-
UtilityLog.d("WX TEXT width", glviewWidth.toString())
277-
UtilityLog.d("WX TEXT height", glviewHeight.toString())
276+
//UtilityLog.d("WX TEXT width", glviewWidth.toString())
277+
//UtilityLog.d("WX TEXT height", glviewHeight.toString())
278278
val renderX: Float
279279
val renderY: Float
280280
if (RadarPreferences.wxoglCenterOnLocation) {

app/src/main/java/joshuatee/wx/util/SoundingSites.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object SoundingSites {
3535
"ABR" to "SD, Aberdeen",
3636
"ALB" to "NY, Albany",
3737
"AMA" to "TX, Amarillo",
38-
"APX" to "Gaylord, MI",
38+
"APX" to "MI, Gaylord",
3939
"BIS" to "ND, Bismarck",
4040
"BMX" to "AL, Birmingham",
4141
"BNA" to "TN, Nashville",

0 commit comments

Comments
 (0)