fix(point3dsymbol): make elevation relative to chunk origin#65714
fix(point3dsymbol): make elevation relative to chunk origin#65714benoitdm-oslandia wants to merge 2 commits intoqgis:masterfrom
Conversation
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
|
@ptitjano gentle ping! |
|
Isn't |
|
Yeah -- I'd like to see some more instructions on how this manifests as a bug |
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
|
Hi! sorry for the delay! This is not a bug in the current state of the code but it is an issue for another PR I am working on (rework of #62676). So in the current state of the code, this PR add more consistency in the way we handle chunk origin in point3dsymbol. |
Elevation data are referenced according to 0 but X/Y coordinates are computed according to chunk center. This PR makes the chunk center reference common to all coordinates.