gluonhq / maps

https://gluonhq.com/labs/maps/
GNU General Public License v3.0
142 stars 34 forks source link

Offline mode: Don't print connection exceptions #18

Open jperedadnr opened 6 years ago

jperedadnr commented 6 years ago

When running Maps offline with the available cached tiles, IO exceptions are printed out from CachedOsmTileRetriever.

Maybe move level to FINE, or allow an offlineMode flag.

The latter could be also an option to test the offline mode without the need of actually being offline.

In this case, a default 'non-available' tile could be provided.