mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -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).
10 lines
370 B
Markdown
10 lines
370 B
Markdown
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
|