Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug schema GPX: Do not write empty <copyright> and <author> tags #3699

Closed
1 task done
dmpr0 opened this issue May 13, 2024 · 2 comments · Fixed by osmandapp/OsmAnd-core#748 · May be fixed by osmandapp/OsmAnd-core#745
Closed
1 task done

Bug schema GPX: Do not write empty <copyright> and <author> tags #3699

dmpr0 opened this issue May 13, 2024 · 2 comments · Fixed by osmandapp/OsmAnd-core#748 · May be fixed by osmandapp/OsmAnd-core#745
Assignees
Milestone

Comments

@dmpr0
Copy link
Contributor

dmpr0 commented May 13, 2024

Description

How to reproduce

  • Open MenuPlan a routeCreate new track
  • Add two points
  • Tap on OptionsSave as new track
  • Enter new name – tap Save
  • Tap on Open saved track
  • ActionsShare, export file to PC

Actual result

    <metadata>
        <name>NewRack</name>
        <author/>
        <copyright>
            <author></author>
        </copyright>
        <time>2024-05-13T13:18:17Z</time>
    </metadata>

Expected result

  • Don't write empty tags <copyright> and <author>

Environment
OsmAnd Version: 4.7.5.5
iOS version: 17.4
Device model: iPhone XS Max

@vshcherb vshcherb changed the title Do not write empty <copyright> and <author> tags Bug schema GPX: Do not write empty <copyright> and <author> tags May 13, 2024
@vshcherb vshcherb added this to the 4.8-iOS milestone May 13, 2024
@DmitrySvetlichny
Copy link
Contributor

@DmitrySvetlichny
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment