Navigation Menu

Skip to content

Commit

Permalink
Relabel the geometric predicate option
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
DelazJ and nyalldawson committed Nov 4, 2021
1 parent 7a2ae42 commit ab42fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/SpatialJoinSummary.py
Expand Up @@ -114,7 +114,7 @@ def initAlgorithm(self, config=None):
self.tr('Join to features in'),
[QgsProcessing.TypeVectorAnyGeometry]))
predicate = QgsProcessingParameterEnum(self.PREDICATE,
self.tr('Features they (geometric predicate)'),
self.tr('Where the features'),
options=[p[1] for p in self.predicates],
allowMultiple=True, defaultValue=[0])
predicate.setMetadata({
Expand Down

0 comments on commit ab42fbb

Please sign in to comment.