Relabel the geometric predicate option

Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
Harrissou Sant-anna 2021-10-27 22:54:02 +02:00 committed by Nyall Dawson
parent 7a2ae423ed
commit ab42fbbda6

View File

@ -114,7 +114,7 @@ class SpatialJoinSummary(QgisAlgorithm):
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({