Skip to content
New issue

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

Add rotate() expression geometry function #24612

Closed
qgib opened this issue Jun 14, 2017 · 2 comments
Closed

Add rotate() expression geometry function #24612

qgib opened this issue Jun 14, 2017 · 2 comments
Labels
Expressions Related to the QGIS expression engine or specific expression functions Feature Request

Comments

@qgib
Copy link
Contributor

qgib commented Jun 14, 2017

Author Name: Nikolay Lebedev (Nikolay Lebedev)
Original Redmine Issue: 16713

Redmine category:expressions


A rotate() function similar to PostGIS st_rotate would be extremely handy for "geometry generator" symbols and other cases.

@qgib qgib added Feature Request Expressions Related to the QGIS expression engine or specific expression functions labels May 25, 2019
@raymondnijssen
Copy link
Contributor

Done #33575

@suricactus
Copy link
Contributor

suricactus commented Mar 9, 2020

As mentioned, this was already implemented and should be closed:

geom_to_wkt(rotate(make_polygon(geom_from_wkt('LINESTRING( 0 0, 0 1, 1 1, 1 0, 0 0 )')), 180))
--> 'Polygon ((1 1, 1 0, 0 0, 0 1, 1 1))'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expressions Related to the QGIS expression engine or specific expression functions Feature Request
Projects
None yet
Development

No branches or pull requests

4 participants