Skip to content

Commit

Permalink
add more text to the help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 8, 2019
1 parent edc70b5 commit ef80ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@ QStringList QgsServiceAreaFromLayerAlgorithm::tags() const

QString QgsServiceAreaFromLayerAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm computes service areas from the set of start points defined by point layer using travel time or distance." );
return QObject::tr( "This algorithm creates a new vector with all the edges or parts of edges of a network line layer that can be reached within a distance or a time, starting from features of a point layer. The distance and the time (both referred to as \"travel cost\") must be specified respectively in the network layer units or in seconds." );
}

QgsServiceAreaFromLayerAlgorithm *QgsServiceAreaFromLayerAlgorithm::createInstance() const
Expand Down
Expand Up @@ -39,7 +39,7 @@ QStringList QgsServiceAreaFromPointAlgorithm::tags() const

QString QgsServiceAreaFromPointAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm computes service area from given start point using travel time or distance." );
return QObject::tr( "This algorithm creates a new vector with all the edges or parts of edges of a network line layer that can be reached within a distance or a time, starting from a point feature. The distance and the time (both referred to as \"travel cost\") must be specified respectively in the network layer units or in seconds." );
}

QgsServiceAreaFromPointAlgorithm *QgsServiceAreaFromPointAlgorithm::createInstance() const
Expand Down

0 comments on commit ef80ace

Please sign in to comment.