-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to run cmake 3.14.0 with visual studio 2017 and GDAL224 ,wrong #82
Comments
Related #15 (comment) ? |
Hi @ahuarte47 I“m try #15 (comment) ?,but the problem still exists. |
Hi @ahuarte47 ,What GDAL version do you use? x64 or x86? |
I build CTB with GDAL 2.3.x x64 in Windows |
Oh,,Please send me the compiled GDAL 2.3.x. Thanks! |
You can download it from http://www.gisinternals.com |
I download GDAL 2.3.3 from http://www.gisinternals.com,but errors still exists. Severity Code Description Project File Line Suppression State |
Did you try to add to your project the gdaloverviewdataset.cpp file? It was my workaround. |
Okay, thank you for your help.After I added to my project the gdaloverviewdataset.cpp file.Fortunately, the build succeeded. Thanks! |
Hi @ahuarte47, I use ctb to create terrain tiles, the format is quantized-mesh. There is an error when loaded with Cesium. Why? |
Do you have defined the https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding |
Yes, my tiles are very small too. I attach a fragment of my tile set, from 0 to 6th level - qm.zip . It is located in N42°49'0.73" - O1°38'35.63" I do not know any idea about your error, I'm sorry. |
Thank you all the same.I try other ideas。 |
Hi @ahuarte47 How do I create quantized-mesh terrain with multiple tif files?Must merge multiple tif files into a single file? |
You could use gdalbuildvrt for creating a virtual raster file without really to save a new big tif. |
@ahuarte47 How do I create quantized-mesh terrain with water mask by master-quantized-mesh branch。thanks! |
Sorry, CTB tool does not support the water mask creation for any output format. You can read it in the limitations-TODO section in Readme page. |
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK1120 1 个无法解析的外部命令 ctb D:\cesium-terrain-builder-master-quantized-mesh\build\src\Debug\ctb.dll 1
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK2019 无法解析的外部符号 "class GDALDataset * __cdecl GDALCreateOverviewDataset(class GDALDataset *,int,int)" (?GDALCreateOverviewDataset@@YAPAVGDALDataset@@pav1@HH@Z),该符号在函数 "void * __cdecl getOverviewDataset(void ,int (__cdecl)(void *,int,int,double *,double *,double *,int *),void *)" (?getOverviewDataset@@YAPAXPAXP6AH0HHPAN11PAH@Z0@Z) 中被引用 ctb D:\cesium-terrain-builder-master-quantized-mesh\build\src\GDALTiler.obj 1
The text was updated successfully, but these errors were encountered: