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

Add additional Offset Curve Documentation #9382

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1313,18 +1313,24 @@ The tool can be applied to the edited layer (the geometries are modified)
or also to background layers (in which case it creates copies of the lines /
rings and adds them to the edited layer).
It is thus ideally suited for the creation of distance line layers.
The :guilabel:`User Input` dialog pops-up, showing the displacement distance.
The :guilabel:`User Input` dialog pops-up, showing the displacement distance
and other settings.

To create a shift of a line layer, you must first go into editing mode
To create a shift of a line or polygon layer, you must first go into editing mode
and activate the |offsetCurve| :sup:`Offset Curve` tool.
Then click on a feature to shift it.
Move the mouse and click where wanted or enter the desired distance in
the user input widget. Holding :kbd:`Ctrl` during the 2nd click will make an offset copy.
Your changes may then be saved with the |saveEdits|
:sup:`Save Layer Edits` tool.

For geometries on background layers make sure that snapping is on and hold :kbd:`Ctrl`
to select the geometry from the background. Also hold :kbd:`Ctrl` when doing the second click
or when pressing enter after entering the desired distance.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure you need to hold Ctrl when you press Enter? I can't confirm that one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's how it worked on my system (windows) otherwise it doesn't do anything because it does not copy it from the other layer.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant, for background layers, you have to:

  1. Snap and Ctrl+click to select the geometry to copy
  2. Move or enter the distance, and you should get a preview
  3. Ctrl+click to past the offset copy. Or press Enter. But I read here Ctrl+ Enter. Or do I misunderstand? Both work on macOS but I want to be sure we don't add unnecessary constraints.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went back and tried it again and you are correct. When I was testing before I swear it wasn't working that way.
I'll remove the Ctrl+Enter. Thanks

Geometries will be converted to line or polygon depending on the layer types.
baswein marked this conversation as resolved.
Show resolved Hide resolved

QGIS options dialog (Digitizing tab then **Curve offset tools** section) allows
QGIS options dialog (Digitizing tab then **Curve offset tools** section) or
the gear icon in the :guilabel:`User Input` dialog allows
baswein marked this conversation as resolved.
Show resolved Hide resolved
you to configure some parameters like **Join style**, **Quadrant segments**,
**Miter limit**.
baswein marked this conversation as resolved.
Show resolved Hide resolved

Expand Down