Fix goto locator filter regression following CRS ordering work

(fixes #48153)
This commit is contained in:
Mathieu Pellerin 2022-04-10 18:02:03 +07:00
parent 382ba75e7e
commit 7c6baf8be8

View File

@ -155,6 +155,10 @@ void QgsGotoLocatorFilter::fetchResults( const QString &string, const QgsLocator
}
data[QStringLiteral( "point" )] = transformedPoint;
}
else
{
data[QStringLiteral( "point" )] = point;
}
QgsLocatorResult result;
result.filter = this;