Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update overlap analysis output name
  • Loading branch information
maximlt authored and nyalldawson committed Apr 13, 2020
1 parent 410ec85 commit 22ade41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmcalculateoverlaps.cpp
Expand Up @@ -50,7 +50,7 @@ void QgsCalculateVectorOverlapsAlgorithm::initAlgorithm( const QVariantMap & )
{
addParameter( new QgsProcessingParameterFeatureSource( QStringLiteral( "INPUT" ), QObject::tr( "Input layer" ), QList< int >() << QgsProcessing::TypeVectorPolygon ) );
addParameter( new QgsProcessingParameterMultipleLayers( QStringLiteral( "LAYERS" ), QObject::tr( "Overlay layers" ), QgsProcessing::TypeVectorPolygon ) );
addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Output layer" ) ) );
addParameter( new QgsProcessingParameterFeatureSink( QStringLiteral( "OUTPUT" ), QObject::tr( "Overlap" ) ) );
}

QIcon QgsCalculateVectorOverlapsAlgorithm::icon() const
Expand Down

0 comments on commit 22ade41

Please sign in to comment.