Bug 254716 - graphics/qgis: Add support for PointCloud
Summary: graphics/qgis: Add support for PointCloud
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-02 09:44 UTC by Loïc Bartoletti
Modified: 2021-04-07 13:30 UTC (History)
0 users

See Also:
rhurlin: maintainer-feedback+


Attachments
graphics/qgis add pointcloud support (1.78 KB, patch)
2021-04-02 09:44 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2021-04-02 09:44:20 UTC
Created attachment 223767 [details]
graphics/qgis add pointcloud support

Hi Rainer,

Since 3.18.0 QGIS can load point cloud, but requires to enable WITH_PDAL option and math/pdal.

I propose to integrate it directly as for the 3D.

poudriere 12amd64 OK
tested at $DAYJOB
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-07 13:29:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af88cc962e30cf8277d764aeb2f61cde76d3dc6a

commit af88cc962e30cf8277d764aeb2f61cde76d3dc6a
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-04-07 13:25:43 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-04-07 13:25:43 +0000

    graphics/qgis: Add support for PointCloud

    PR:             254716
    Submitted by:   Loic Bartoletti <lbartoletti@FreeBSD.org>

 graphics/qgis/Makefile  | 4 +++-
 graphics/qgis/pkg-plist | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-04-07 13:30:49 UTC
Committed :)

Thanks you very much Loïc, I had overssen it before!