Hi,
I’m trying to save a polygon as a GPX track and am running into an issue. Here’s what I’ve done so far:
- Converted the polygon to a line using
GeometryCoercer - Reprojected to EPSG:4326
- Created
track_id,source, andnameattributes
The translation completes successfully, but when I try to open it, I only see the attributes and no geometry. Any idea what I might be doing wrong?


