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

[advanced digitizing] Implement visual construction guides (Request in QGIS) #9274

Open
qgis-bot opened this issue Sep 24, 2024 · 0 comments
Labels
3.38 QGIS 3.38 new features
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#57584
Author: @nirvn
QGIS version: 3.38

[advanced digitizing] Implement visual construction guides

PR Description:

Description

This PR adds visual construction guides to the advanced digitizing dock widget which builds on top of our preexisting CAD construction mode.

UI wise, the functionality is exposed through a set of actions within a new drop-down menu attached to the construction activation toolbar button:

image

When recording construction guides, QGIS will render all construction steps taken as dashed lines. Those lines will remain visible as long as advanced digitizing is enabled. The guides are snap-able, allowing for construction steps to begin mid-way into a previous set of steps too.

In action:

vokoscreenNG-2024-05-28_11-26-37.mp4

The construction guides are stored in a vector layer, which is exposed through the advanced digitizing dock widget, allowing for further customization of those guides via e.g. python plugins.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.38 QGIS 3.38 new features
Projects
None yet
Development

No branches or pull requests

1 participant