I need to get feature data from a survey and send it to PostgreSQL table.
Specifically, I need coordinates of a polygon vertices (since survey based on a polygon-type layer).
I've tried multiple ways to get them, but no success so far.
Is it possible to get those coordinates and how?
Thanks in advance!