We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QGIS is moving from $ to @ in expressions.
$
@
One can use a small subset of QGIS expression functionality in WFS layer filters.
Here only $geometry works. @geometry is not supported yet.
$geometry
@geometry
The documentation at https://qgis.org/pyqgis/master/core/QgsVectorLayer.html#ogc-api-features-data-provider-oapif also still uses $geometry.
dvg:nw_dvg2_krs
intersects(@geometry, geom_from_wkt('POINT(380000 5650000)'))
Using intersects($geometry, geom_from_wkt('POINT(380000 5650000)')) the layer is correctly filtered to one single feature.
intersects($geometry, geom_from_wkt('POINT(380000 5650000)'))
No response
The text was updated successfully, but these errors were encountered:
Please have a look at #60105.
Sorry, something went wrong.
38ec9ef
Successfully merging a pull request may close this issue.
What is the bug or the crash?
QGIS is moving from
$
to@
in expressions.One can use a small subset of QGIS expression functionality in WFS layer filters.
Here only
$geometry
works.@geometry
is not supported yet.The documentation at https://qgis.org/pyqgis/master/core/QgsVectorLayer.html#ogc-api-features-data-provider-oapif also still uses
$geometry
.Steps to reproduce the issue
dvg:nw_dvg2_krs
https://www.wfs.nrw.de/geobasis/wfs_nw_dvg?VERSION=2.0.0 as layerintersects(@geometry, geom_from_wkt('POINT(380000 5650000)'))
Using
intersects($geometry, geom_from_wkt('POINT(380000 5650000)'))
the layer is correctly filtered to one single feature.Versions
<style type="text/css"> p, li { white-space: pre-wrap; } </style>Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: