Alvaro Huarte

Results 72 comments of Alvaro Huarte

Yes, direct link [here](https://github.com/ahuarte47/cesium-terrain-builder/tree/master-quantized-mesh)

Hi @epifanio, I updated the PR to can build with different versions of GDAL+GDALCreateOverviewDataset.

It is an option), but you can directly publish the directory in a Tomcat, Wildfly, IIS, or so on. Cesium can fetch the tiles via REST, you could read about...

My workaround was to include the [gdaloverviewdataset.cpp](https://svn.osgeo.org/gdal/trunk/gdal/gcore/gdaloverviewdataset.cpp) source file in GDALTiler.cpp just before "getOverviewDataset" declaration. I build with GDAL 2.3.x in Windows. `LINE204: #include "gdaloverviewdataset.cpp"` But obviously you have to...

[This comment](https://github.com/geo-data/cesium-terrain-builder/pull/63#issuecomment-388174170) could help you

Include [#include "gdaloverviewdataset.cpp"](https://github.com/OSGeo/gdal/blob/release/2.2/gdal/gcore/gdaloverviewdataset.cpp) just before of `GDALCreateOverviewDataset` call in `GDALTiler.cpp`

[Gdalbuildvrt](https://github.com/geo-data/cesium-terrain-builder/pull/55#issuecomment-374171985) could help you

Hi @safa833, which branch are you using? the quantized-mesh support is not merged in the master branch yet. See this [pull request](https://github.com/geo-data/cesium-terrain-builder/pull/64), it is based on this [fork](https://github.com/ahuarte47/cesium-terrain-builder/tree/master-quantized-mesh)

Hi @Hisos, you have to use this [PR](https://github.com/geo-data/cesium-terrain-builder/pull/64), the master branch does not contain the QuantizedMesh or -l flag support. Or you can use this [Docker](https://github.com/tum-gis/cesium-terrain-builder-docker) image, it already contains...