[GIS] Converting .shp into .gpx using QGIS

convertgpxqgisshapefile

I would like to convert .shp into .gpx.

Using GIS, I open my shapefile and I tried to "save as" gpx but it gives an OGR error:

creation of field ObjectId failed (OGR error: Field of name 'ObjectId'
is not supported in GPX schema. Use GPX_USE_EXTENSIONS creation option
to allow use of the element).

How can I fix this error?

Best Answer

Just do what you are told: In the Data source field, enter

GPX_USE_EXTENSIONS=YES

or check "skip attribute creation" underneath (or what it is named in your language).

In the Layer field, you might also enter

FORCE_GPX_TRACK=YES

to get tracks instead of routes.