fix(expression): rename XXX_equals to equals_XXX#65674
fix(expression): rename XXX_equals to equals_XXX#65674benoitdm-oslandia wants to merge 10 commits intoqgis:masterfrom
Conversation
|
hum... not the most fresh master :( ... I will rebase! By the way, is it a problem if we use files with the '.json' extension for the files in |
f7ef52f to
51eafee
Compare
🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
|
Thanks @benoitdm-oslandia for the quick update.
generally speaking, ”QGIS vs GEOS” appears at different places in QGIS (digitizing, Processing, expressions) but the difference between them remains often obscure for most of our users (me included). |
|
@DelazJ Ok, I now understand! I will try to make it more clear |
|
@DelazJ @agiudiceandrea make documentation and test changes |
|
@DelazJ @agiudiceandrea gentle ping |
|
Thanks for the PR. I'm not able to have a look at it in these days. I'll add a comment in the next days. |
DelazJ
left a comment
There was a problem hiding this comment.
Thanks for the update @benoitdm-oslandia
I made a partial review, considering that some comments may apply to the "friend function".
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
77c37cd to
83db5f5
Compare
|
rebase and updates from review |
|
@uclaros is everything ok? |
This PR follows #62603 and rename added functions:
exactly_equals -> equals_exact
fuzzy_equals -> equals_fuzzy
topologically_equals -> equals_topological
overlay_exactly_equals -> overlay_equals_exact
overlay_fuzzy_equals -> overlay_equals_fuzzy
overlay_topologically_equals -> overlay_equals_topological
cc @DelazJ @agiudiceandrea