Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building against recent (main branch) of PDAL. #275

Closed

Conversation

klassenjs
Copy link
Contributor

LasHeader was refactored in PDAL so that:

scaleX(), scaleY(), scaleZ(), offsetX(), offsetY(), offsetZ()

are now

scale.x, scale.y, scale.z, offset.x, offset.y, offset.z

as of PDAL/PDAL@dd00e3a7

LasHeader was refactored in PDAL so that:

scaleX(), scaleY(), scaleZ(), offsetX(), offsetY(), offsetZ()

are now

scale.x, scale.y, scale.z, offset.x, offset.y, offset.z

as of PDAL/PDAL@dd00e3a7
rcoup added a commit to rcoup/entwine that referenced this pull request Feb 11, 2022
LasHeader was refactored in PDAL/PDAL@dd00e3a7, (`main` post v2.3.0) so that:
  scaleX(), scaleY(), scaleZ(), offsetX(), offsetY(), offsetZ()
are now
  scale.x, scale.y, scale.z, offset.x, offset.y, offset.z

Add configure-time detection of the new API to cmake for both forward
and backward compatibility.

Based-on: connormanning#275
@rcoup
Copy link

rcoup commented Feb 11, 2022

I added backwards compatibility for this change as #276

@rcoup
Copy link

rcoup commented Feb 15, 2022

This has been fixed in PDAL with PDAL/PDAL#3682

@hobu hobu closed this Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants