cdb-to-3dtiles
cdb-to-3dtiles copied to clipboard
Support window build
trafficstars
Fixes #17
- Downgrade GDAL to 2.4.1 to be compatible with GDAL in vcpkg.
- Change
Math.hfile toMathUtility.hsince window mistakes the file with the standard header#include<math.h> - Explicitly convert
std::filesystem::pathtostd::stringsince on Window,std::filesystem::pathseems to implicitly convert tostd::wstringinstead ofstd::stringlike gcc - Remove OSG::JPEG plugin since we never use it
- Update instruction to compile on Window in the README file
@baothientran the code and README updates look good at a quick glance.
One thing - there are some files with a bunch of whitespace changes in the diff, looks like spaces were converted to tabs accidentally. Once that's fixed @likangning93 can do a final review and merge.
@likangning93 @lilleyse I update the whitespace format in the new commit. It is ready for another review
Offline we talked about using conan which may fix the the GDAL issues