Use Mapbox template with maplibre

This commit is contained in:
Dan Paulat 2022-04-20 11:33:52 -05:00
parent bb335ceb31
commit ba64627f5d
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ public:
} }
} }
settings_.resetToTemplate(QMapboxGLSettings::MapboxSettings);
settings_.setCacheDatabasePath(QString {cacheDbPath.c_str()}); settings_.setCacheDatabasePath(QString {cacheDbPath.c_str()});
settings_.setCacheDatabaseMaximumSize(20 * 1024 * 1024); settings_.setCacheDatabaseMaximumSize(20 * 1024 * 1024);
} }

View file

@ -102,7 +102,7 @@
<context> <context>
<name>scwx::qt::main::MainWindow</name> <name>scwx::qt::main::MainWindow</name>
<message> <message>
<location filename="../source/scwx/qt/main/main_window.cpp" line="278"/> <location filename="../source/scwx/qt/main/main_window.cpp" line="279"/>
<source>Unrecognized NEXRAD Product:</source> <source>Unrecognized NEXRAD Product:</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>