mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Relabel the geometric predicate option
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
parent
7a2ae423ed
commit
ab42fbbda6
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user