Skip to content

Commit

Permalink
remove geometry check in index creation
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Oct 24, 2021
1 parent 8577f5f commit 3a79ddf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/analysis/processing/qgsalgorithmshortestline.cpp
Expand Up @@ -124,9 +124,6 @@ QVariantMap QgsShortestLineAlgorithm::processAlgorithm( const QVariantMap &param

feedback->setProgress( i * step );

if ( !f.hasGeometry() )
return false;

destinationAttributeCache.insert( f.id(), f.attributes() );

return true;
Expand Down

0 comments on commit 3a79ddf

Please sign in to comment.