Skip to content

Commit

Permalink
[Fix]修复GDAL_DATA和PROJ_DATA错误
Browse files Browse the repository at this point in the history
  • Loading branch information
scially committed Apr 7, 2022
1 parent d558793 commit e73aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
int main(int argc, char** argv){
QCoreApplication app(argc, argv);
QCoreApplication::setApplicationName("Cesium3DTilesConverter");
QCoreApplication::setApplicationVersion("0.2");
QCoreApplication::setApplicationVersion("1.2");
QTime beginTime = QTime::currentTime();
QCommandLineParser parser;
parser.setApplicationDescription("Convert OSGB, GDAL to Cesium 3DTiles");
Expand Down

0 comments on commit e73aacd

Please sign in to comment.