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

Mesh point add elevation (Request in QGIS) #9463

Open
qgis-bot opened this issue Dec 11, 2024 · 1 comment
Open

Mesh point add elevation (Request in QGIS) #9463

qgis-bot opened this issue Dec 11, 2024 · 1 comment
Labels
3.42 QGIS 3.42 new features Editing Mesh Size 5 It will take between half a day and a full day
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#58877
Author: @JanCaha
QGIS version: 3.40

Mesh point add elevation

PR Description:

Description

This PR make some changes when adding new vertices to the MeshLayer.

  • newly added vertexes are selected for easier assignment of Z value through the ZValuesWidget
  • a button that assigns Z value from QGIS project's QgsAbstractTerrainProvider to currently selected vertices
  • a checkbox that allows newly added vertices to automatically get Z value from QGIS project's QgsAbstractTerrainProvider, when the point is created

The placement of the new button and checkbox is up for discussion, so far it is added into ZValuesWidget for convenience

Commits tagged with [need-docs] or [FEATURE]

@github-actions github-actions bot added the 3.40 label Dec 11, 2024
@github-actions github-actions bot added this to the QGIS 3.48 milestone Dec 11, 2024
@selmaVH1 selmaVH1 added the Mesh label Dec 11, 2024
@DelazJ DelazJ added Editing 3.42 QGIS 3.42 new features and removed 3.40 labels Dec 12, 2024
@JanCaha
Copy link

JanCaha commented Dec 17, 2024

The Final form of the features changed significantly during the PR lifetime.

The "Digitize Mesh Element" tool has added menu, that allows method selection for assignment of Z values to newly created vertices.
This allows to select from 4 options:

  • Prefer Mesh, then Z Widget (interpolates z value from mesh, if vertex is inside face of mesh, uses Z widget value otherwise)
  • Prefer Mesh, then Terrain (interpolates z value from mesh, if vertex is inside face of mesh, uses terrain value otherwise)
  • Project Terrain (always uses project terrain Z value)
  • Z Widget (always get Z values from widget)

2024-12-17-11-16-06

"Transform Mesh Vertices" panel as a new button added, that allow setting of Z value for selected vertices from project terrain.

2024-12-17-11-17-27

@selmaVH1 selmaVH1 moved this to Next Sprint in Documentation Work Planning Jan 23, 2025
@selmaVH1 selmaVH1 moved this from Next Sprint to This Sprint in Documentation Work Planning Jan 27, 2025
@selmaVH1 selmaVH1 added the Size 5 It will take between half a day and a full day label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.42 QGIS 3.42 new features Editing Mesh Size 5 It will take between half a day and a full day
Projects
Status: This Sprint
Development

No branches or pull requests

4 participants