Read ionosphere data from json file

This commit is contained in:
Sebastian Piwell
2016-05-16 13:36:25 -04:00
parent 88dca0d6c0
commit 2a236bca77
8 changed files with 205 additions and 27 deletions
-1
View File
@@ -128,7 +128,6 @@ bool DataPlane::loadTexture() {
_dataBuffer.append(dataFile.buffer, dataFile.size);
}
// if the buffer in the datafile is empty, do not proceed
if(_dataBuffer.empty())
return false;