Fixed compile errors

This commit is contained in:
GPayne
2020-01-31 10:17:06 -07:00
parent 1ba505d8cc
commit bf8d724642
3 changed files with 112 additions and 90 deletions
+2 -1
View File
@@ -397,7 +397,8 @@ std::string consumeTemporalMetaData(TemporalTileProvider& t, const std::string&
}
try {
t.timeQuantizer = TimeQuantizer(start, end, timeResolution);
t.timeQuantizer.setStartEndRange(start.ISO8601(), end.ISO8601());
t.timeQuantizer.setResolution(timeResolution);
}
catch (const ghoul::RuntimeError& e) {
throw ghoul::RuntimeError(fmt::format(