Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Add an option to toggle tile caching #10

Open erodarob opened 5 months ago

erodarob commented 5 months ago

Description:

Even though you can change the size of the tile cache, there may be situations where a user wants to disable the tile caching feature entirely. An option should be created that allows a user to disable this feature. If this feature is toggled off, the chromium http cache should be enabled for tile requests to avoid unnecessary requests to tile servers.

Tasks: