Bug report #18138
Z not supported when "Advanced Digitizing" is enabled
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Loïc BARTOLETTI | ||
Category: | Digitising | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26031 |
Description
Snapping on geometry with Z is now fixed with the PR of Paul
I have found a new problem with advanced digitizing tool.
When this tool is activated, Z snapping returns z defalut value.
Example:
Two points (EPSG:3946):
PointZ (1973856 5199413 1235)
PointZ (1974313 5202020 1234)
Create a Z linestring with advanced digitizing tool disabled:
LineStringZ (1974313 5202020 1234, 1973856 5199413 1235)
Enabled (1000 is my default Z):
LineStringZ (1974313 5202020 1000, 1973856 5199413 1000)
(maybe related with #18104)
Associated revisions
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
Needs to snap point too when CadDockWidget is enabled. Fixes #18138
History
#1 Updated by Loïc BARTOLETTI over 5 years ago
- Assignee set to Loïc BARTOLETTI
- Status changed from Open to In Progress
#2 Updated by Giovanni Manghi over 5 years ago
- Status changed from In Progress to Feedback
Please check if this issue is still valid on QGIS 3.4.5 or 3.6.
#3 Updated by Loïc BARTOLETTI over 5 years ago
- % Done changed from 0 to 100
- Status changed from Feedback to Closed
Applied in changeset qgis|2a2b7a6532d12c45374c591990b4ba039c201baf.