Skip to content

Commit

Permalink
Fix link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and lbartoletti committed Jul 3, 2024
1 parent fc89686 commit 536316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ bool QgsGeos::isValid( QString *errorMsg, const bool allowSelfTouchingHoles, Qgs

if ( invalid && errorMsg )
{
// Copied from https://git.osgeo.org/gitea/geos/geos/src/branch/master/src/operation/valid/TopologyValidationError.cpp
// Copied from https://github.com/libgeos/geos/blob/main/src/operation/valid/TopologyValidationError.cpp
static const std::map< QString, QString > sTranslatedErrors
{
{ QStringLiteral( "topology validation error" ), QObject::tr( "Topology validation error", "GEOS Error" ) },
Expand Down

0 comments on commit 536316b

Please sign in to comment.