You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream on iOS falls back to the MapLibre demo tiles. However, Android will crash with a random exception.
The Android framework currently also has a place in the OfflineManager where a default is defined. I currently address the exception issue above by importing this in another module, which is a bit of a code smell. It seems like we should probably just extract this elsewhere.
The text was updated successfully, but these errors were encountered:
ianthetechie
changed the title
Clean up default style definition
Clean up default style specification
Dec 19, 2022
Upstream on iOS falls back to the MapLibre demo tiles. However, Android will crash with a random exception.
The Android framework currently also has a place in the OfflineManager where a default is defined. I currently address the exception issue above by importing this in another module, which is a bit of a code smell. It seems like we should probably just extract this elsewhere.
The text was updated successfully, but these errors were encountered: