GPX export - missing wpt name field

Hello everyone, first time posting here.

I’m using https://graphhopper.com/maps/ and wanted to ask about GPX export. Specifically, when I select the export to contain waypoints, the resulting file does contain them, but they have only lat and lon values, and no name. I assumed name would be filled with whatever is in the text field for each route point. Is this something just missing from this particular deployment? Or maybe its not yet implemented, or was removed for some reason?

When looking for answer I found this thread and there is what looks like GPX export from Graphhopper with name fields present.

The GPX export is done on the client side* and there this code never added name.

But all contributions are welcome :slight_smile:

*
I think I remember it was because the GPX file (coming from the server) is defined only for a single route and wouldn’t work for our use case of multiple alternative routes, but not 100% sure.

1 Like