Hi Aleaxnder,
1.I used:
else if (targetFormat.Equals(“Gpx”, StringComparison.OrdinalIgnoreCase))
{
options.DestinationDriverOptions = new GpxOptions() { WritePolygonsAsLines = true };
}
What is meaning of using Wr…...that controls how polygon geometries are written to a GPX file:...contain only the supported geometry types (waypoints and routes/tracks)...