File tree Expand file tree Collapse file tree
app/src/main/java/joshuatee/wx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import joshuatee.wx.ui.TextViewMetal
3838import joshuatee.wx.ui.UtilityUI
3939import joshuatee.wx.util.ProjectionNumbers
4040import joshuatee.wx.util.To
41- import joshuatee.wx.util.UtilityLog
41+ // import joshuatee.wx.util.UtilityLog
4242import kotlin.math.*
4343
4444class 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) {
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments