Skip to content

Commit

Permalink
"Split features" keeps original feature and assigns biggest geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Jan 15, 2025
1 parent fa5def9 commit e95aeba
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,10 @@ To split line or polygon features:
#. Select the |splitFeatures| :sup:`Split Features` tool.
#. Draw a line across the feature(s) you want to split.
If a selection is active, only selected features are split.
Fields of resulting features are filled according to their :ref:`splitting policy <policies>`.
The original feature is then assigned the biggest geometry resulting from the splitting,
and new features are created for the remaining parts.
Fields of the features are filled/updated according to the datasource provider rules
or their :ref:`splitting policy <policies>`.
#. You can then as usual modify any of the attributes of any resulting feature.

.. tip:: **Split a polyline into new features in one-click**
Expand Down

0 comments on commit e95aeba

Please sign in to comment.