bigger map tile cache (#30228)

* bigger map tile cache

* start with 2x default

* Update selfdrive/ui/qt/maps/map_helpers.cc
pull/30396/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent bdf2fa0f83
commit 08054e9800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/qt/maps/map_helpers.cc

@ -21,6 +21,7 @@ QMapboxGLSettings get_mapbox_settings() {
if (!Hardware::PC()) {
settings.setCacheDatabasePath(MAPS_CACHE_PATH);
settings.setCacheDatabaseMaximumSize(100 * 1024 * 1024);
}
settings.setApiBaseUrl(MAPS_HOST);
settings.setAccessToken(get_mapbox_token());

Loading…
Cancel
Save