mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #48820 from DelazJ/patch-21
Replace POINT_CLOUD_LAYER with POINTCLOUD_LAYER in docstring
This commit is contained in:
commit
21f6091e4a
@ -414,7 +414,7 @@ class ProcessingAlgFactory():
|
||||
alg.MULTILAYER: QgsProcessingOutputMultipleLayers
|
||||
alg.RASTER_LAYER: QgsProcessingOutputRasterLayer
|
||||
alg.VECTOR_LAYER: QgsProcessingOutputVectorLayer
|
||||
alg.POINT_CLOUD_LAYER: QgsProcessingOutputPointCloudLayer
|
||||
alg.POINTCLOUD_LAYER: QgsProcessingOutputPointCloudLayer
|
||||
alg.BOOL: QgsProcessingOutputBoolean
|
||||
|
||||
:param type: The type of the input. This should be a type define on `alg` like alg.STRING, alg.DISTANCE
|
||||
@ -493,7 +493,7 @@ class ProcessingAlgFactory():
|
||||
alg.DATABASE_SCHEMA: QgsProcessingParameterDatabaseSchema
|
||||
alg.DATABASE_TABLE: QgsProcessingParameterDatabaseTable
|
||||
alg.COORDINATE_OPERATION: QgsProcessingParameterCoordinateOperation
|
||||
alg.POINT_CLOUD_LAYER: QgsProcessingParameterPointCloudLayer
|
||||
alg.POINTCLOUD_LAYER: QgsProcessingParameterPointCloudLayer
|
||||
alg.ANNOTATION_LAYER: QgsProcessingParameterAnnotationLayer
|
||||
|
||||
:param type: The type of the input. This should be a type define on `alg` like alg.STRING, alg.DISTANCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user