Results 21 issues of Markus Schütz

Version: 2.1.0 First of all, thanks for this comprehensive geopackage library! I recently ran into a problem with some geopackage files. Calling ```queryForGeoJSONFeaturesInTable``` results in the following error: ``` Uncaught...

Wrong values while rendering

* Drag&Drop should automatically load a point cloud if it is a converted point cloud (cloud.js, metadata.json, or parent folder) * Drag&Drop should present users with a dialog to chose...

[CPotree](https://github.com/potree/CPotree): C++ backend with operations that javascript isn't quite made for. Region and Profile extraction tool are currently being updated to the Potree 2.0 format. Would be nice to be...

When Converting bunny with 2.0 and then again with 1.7, then the 2.0 bunny may no longer show up in the sidebar. Sometimes it does, though. Not very predictable behaviour.

stdout is needed to retrieve and show progress, but sometimes stdout isn't returned by the converter until conversion is finished.

Currently, filtered points are written into a newly allocated buffer. Consider writing directly into the input buffer instead, since it won't be used after that anymore.

### About * Next version of Potree will have a new single-file format with *.potree ending. * It uses color-filtered voxels for lower LODs, and original point cloud data for...

During conversion, the point cloud is subdivided into small chunks that can be indexed from the bottom up. However, if the data set has unfavourable point distributions, the converter might...

Would be great to automatically compile windows and linux binaries with github actions. Wasn't able to get it to work with C++20, though.