hauke96 / GeoNotes

A simple app to create georeferences notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add category to exports

hauke96 opened this issue · comments

Add the ID and name of the category of each note to the exports.

Would this be done at the Exporter or the NoteExportModel?

The NoteExportModel already contains the category with all necessary attributes. Probably just the GPX.toGpx method and respective unit tests need to be adjusted.

@jlonge4 Are you actually planning to work on this?

I just implemented this, the categories were already added and just the color was missing for the GPX export.