Hi Aleaxnder,
1.I used:
else if (targetFormat.Equals(“Gpx”, StringComparison.OrdinalIgnoreCase))
{
options.DestinationDriverOptions = new GpxOptions() { WritePolygonsAsLines = true };
}
What is meaning of using Wr…...GpxOptions class that controls how polygon geometries are written to a...to true – each edge of the polygon is exported as a separate GPX...