Setup new class to handle "auth" urls

This commit is contained in:
PWRxPSYCHO 2022-10-11 18:36:44 -04:00
parent 11915df72e
commit 42cba353fa
4 changed files with 64 additions and 43 deletions

View file

@ -490,7 +490,7 @@ class MapFragment : ScreenFragment("Map"), Logging, View.OnClickListener {
val layer = TilesOverlay(
MapTileProviderBasic(
activity,
CustomTileSource.NOAA_RADAR_WMS
CustomTileSource.OPENWEATHER_RADAR
), context
)
layer.loadingBackgroundColor = Color.TRANSPARENT