Mark Erikson

Results 1264 comments of Mark Erikson

So it seems that `GDALCreateOverviewDataset` both had a signature change, and is not exported any more in 2.2, per [GDAL changeset 37723](https://trac.osgeo.org/gdal/changeset/37723#file15). Not sure why that was changed, but it...

My workaround for now was to just build GDAL 2.1.4 myself, and compile CTB against that.

This has been discussed in other issues in the repo - it's a data overflow, where GDAL is trying to downsample high-res data to low-res data. See #28 and #37...

@mrgloom : I've seen a couple other Cesium terrain conversion utilities out there at some point. Is there a problem with `cesium-terrain-builder` that doesn't fit your use case?

Cesium only supports its `heightmap` and `quantized-mesh` file formats for loading terrain. You can't use TIFF files (or DTED, or anything else) directly. You have to convert those files into...

Afraid I haven't gotten that far yet. I know that I've seen examples of the math for calculating zoom levels based on resolution per pixel, but it's been in various...

Given that this _is_ a lib entirely dedicated to proxy usage, perhaps it is worth leaving that up to the end user? If they really need to target an ES5...

Andarist pointed out this is likely the cause of https://github.com/reduxjs/react-redux/issues/1912

This is really a request for a change to the JSX syntax definition and compilers like Babel, TypeScript, and ESBuild, not React itself. Given that, this is _highly_ unlikely to...