I am trying to find out intersection of two vector polygon layer.
For that I have to get polygon features in wkt format from the vector layer.
So, please let me know how I can get the features from the wfs layer into
wkt format.
On Thu, Jun 20, 2013 at 8:30 AM, krunal <krunalrp15@anonymised.com> wrote:
Hello,
I am trying to find out intersection of two vector polygon layer.
For that I have to get polygon features in wkt format from the vector
layer.
So, please let me know how I can get the features from the wfs layer into
wkt format.
Raw WKT cannot be a WFS output format, since it does not have places to
store the feature attributes, it can just encode the geometry.
However I believe you can get what you want by asking for the CSV format,
the geometry should be encoded in WKT in there