Hello,
I'm trying to use FeatureWriter, output format SHP. The output SHP name is linked to a parameter, but I end up with a SHP myparametervalue_polygon?
How do I fix this?
Thanks for any suggestions.
Hello,
I'm trying to use FeatureWriter, output format SHP. The output SHP name is linked to a parameter, but I end up with a SHP myparametervalue_polygon?
How do I fix this?
Thanks for any suggestions.
Try explicitly setting "shape_polygon" to the Geometry parameter in the FeatureWriter..
Note that the destination dataset would accept only features which have polygon geometry if you specify "shape_polygon" via the Geometry parameter.