mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-15 10:09:48 -05:00
merge
This commit is contained in:
@@ -114,7 +114,7 @@ namespace openspace {
|
||||
// manually add a temporal tile provider for testing
|
||||
std::string filename = "map_service_configs/VIIRS_SNPP_CorrectedReflectance_TrueColor_temporal.xml";
|
||||
TileProviderInitData initData;
|
||||
initData.minimumPixelSize = minimumTextureSide;
|
||||
initData.minimumPixelSize = minimumTextureSize;
|
||||
initData.threads = 1;
|
||||
initData.cacheSize = 50;
|
||||
initData.framesUntilRequestQueueFlush = 60;
|
||||
|
||||
@@ -75,7 +75,6 @@ namespace openspace {
|
||||
|
||||
|
||||
struct TimeIdProviderFactory {
|
||||
~TimeIdProviderFactory();
|
||||
static TimeFormat* getProvider(const std::string& format);
|
||||
static void init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user