Bug report #17427
regression: editing Z value via note editor panel for memory point layer fails
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | Editing | ||
Affected QGIS version: | master | Regression?: | Yes |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25324 |
Description
Editing of Z value via the node editor is broken for memory point layers created via the "new temporary scratch layer".
Steps to reproduce- Create a new project
- Create a new new memory layer, set it to point (or multipoint) and check the [x] geometries with Z/M values option
- Add a new point feature to that created layer, and save the layer (to insure the feature is visible, see issue 17426)
- Switch to the node tool, and right click on the point to open the node editor
- Notice the Z value is "nan"
- Try to change the Z value to a number
- Notice the value reverts to "nan"
Related issues
Associated revisions
Fix Z and M support for add point feature (fixes #17427)
History
#1 Updated by Mathieu Pellerin - nIRV about 7 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|0ccf6fa1710108640f84192045026fd09d28af8b.
#2 Updated by Jürgen Fischer about 7 years ago
- Related to Bug report #17470: Editing Z / M value in scratch layer using node tool triggers a crash when saving added