mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
We are now using the code from "qgis" branch: https://github.com/hobu/untwine/tree/qgis It is in sync with "main" branch of untwine as of today, just with a couple of small patches to make it work with PDAL older than 2.4. The new version of untwine includes: - indexing to COPC (in addition to EPT) - fixes to bugs that were reported in QGIS - error reporting Untwine now also directly links to lazperf library (in addition to PDAL).
370 B
370 B
This is a verbatim copy of code:
Source: https://github.com/hobu/laz-perf (cpp/lazperf/ directory) Commit: e0bd817 @ master (post 3.0.0 release) License: Apache-2.0
Adds a tiny patch to un-deprecate eb_vlr::addField() and eb_vlr::eb_vlr(int ebCount) so that the deprecation warnings does not break QGIS CI. Upstream ticket: https://github.com/hobu/laz-perf/issues/122