-
-
Notifications
You must be signed in to change notification settings - Fork 982
Documentation for blank segment map tool #10709
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -171,6 +171,7 @@ regardless it's of marker, line or fill sub-type: | |
| * the |checkbox| :guilabel:`Draw effects` button for :ref:`effects rendering | ||
| <draw_effects>`. | ||
|
|
||
|
|
||
| .. note:: | ||
|
|
||
| While the description below assumes that the symbol layer type is bound to the | ||
|
|
@@ -423,6 +424,25 @@ layer types: | |
| of the marker line symbols. | ||
| * :guilabel:`Line offset`: the marker symbols can also be offset from the line | ||
| feature. | ||
| * :guilabel:`Blank Segments`: allows defining blank sections along a feature. | ||
| This option is useful when repeated marker pattern would otherwise | ||
| result in undesirable result. For instance, when markers overlap with | ||
| other symbols or when parts of a line need to be kept empty for other map elements. | ||
|
|
||
| Blank segments are defined by distances from the start of the line and are stored | ||
| as a data-defined property, using either an existing field or an auxiliary storage field. | ||
| This lets you set blank sections for each feature. | ||
| Note that this tool affects symbol rendering only and does not modify | ||
| the underlying feature geometry. | ||
|
|
||
| To create blank segments: | ||
|
|
||
| * Click near the line to define the start of a blank segment, and click | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for testing this and for the detailed feedback. I'm currently unable to reproduce the blank segments creation either, even on the latest master. The draft was initially based on the screencast, but I agree that the steps need to be verified more thoroughly. I'll investigate this. |
||
| again to define its end. | ||
| * Drag the start or end of an existing blank segment along the line to | ||
| resize it. | ||
| * Drag the entire blank segment to move it along the line. | ||
|
Comment on lines
+442
to
+444
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Worth mentioning that these actions (and probably the next one) are possible when the eye tool is active. |
||
| * Select a blank segment and press :kbd:`Del` to remove it. | ||
|
|
||
| .. _hashed_line_symbol: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all the following bullet points are about segments creation.