mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -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'),
|
self.tr('Join to features in'),
|
||||||
[QgsProcessing.TypeVectorAnyGeometry]))
|
[QgsProcessing.TypeVectorAnyGeometry]))
|
||||||
predicate = QgsProcessingParameterEnum(self.PREDICATE,
|
predicate = QgsProcessingParameterEnum(self.PREDICATE,
|
||||||
self.tr('Features they (geometric predicate)'),
|
self.tr('Where the features'),
|
||||||
options=[p[1] for p in self.predicates],
|
options=[p[1] for p in self.predicates],
|
||||||
allowMultiple=True, defaultValue=[0])
|
allowMultiple=True, defaultValue=[0])
|
||||||
predicate.setMetadata({
|
predicate.setMetadata({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user