Added GPS class for convenience, database viewer can view GPS values and export to KML format

This commit is contained in:
matlabbe
2017-09-26 14:13:06 -04:00
parent 8759fda632
commit 9691a4f361
35 changed files with 1150 additions and 381 deletions

View File

@@ -2089,7 +2089,7 @@ bool ExportCloudsDialog::getExportedClouds(
int m,w;
std::string l;
double s;
std::vector<double> gps;
GPS gps;
_dbDriver->getNodeInfo(jter->first, p, m, w, l, s, gt, velocity, gps);
}
}
@@ -2122,7 +2122,7 @@ bool ExportCloudsDialog::getExportedClouds(
int m,w;
std::string l;
double s;
std::vector<double> gps;
GPS gps;
_dbDriver->getNodeInfo(jter->first, p, m, w, l, s, gt, velocity, gps);
}
}