mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Fix goto locator filter regression following CRS ordering work
(fixes #48153)
This commit is contained in:
parent
382ba75e7e
commit
7c6baf8be8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user