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

GPX display extra tags on waypoints and metadata #3297

Closed
4 tasks done
vshcherb opened this issue Dec 12, 2023 · 4 comments · Fixed by osmandapp/OsmAnd-core#662, #3309 or #3367
Closed
4 tasks done

GPX display extra tags on waypoints and metadata #3297

vshcherb opened this issue Dec 12, 2023 · 4 comments · Fixed by osmandapp/OsmAnd-core#662, #3309 or #3367
Assignees
Milestone

Comments

@vshcherb
Copy link
Member

vshcherb commented Dec 12, 2023

Description

Add support for listed tags.
Example GPX file – GPX_Example.gpx.zip

ToDo

New tags

  • Link
Example
    <link href="https://osmand.net/">
      <text>OsmAnd.net</text>
    </link>

  • Copyright
Example
    <copyright author="OsmAnd B.V">
      <year>2023</year>
      <license>https://github.com/osmandapp/OsmAnd/blob/master/LICENSE</license>
    </copyright>

  • Author
Example
   <author>
      <name>Author Name</name>
      <email id="your" domain="email.com"/>
      <link href="https://yourwebsite.com" />
    </author>

  • Keywords
Example
    <keywords>gpx, osmand, hiking</keywords>

Supported tags:

  • OsmAnd Extensions
  • Custom extensions

Current Android task osmandapp/OsmAnd#18342
Previous tasks:
#2039
#2063

@vshcherb vshcherb added this to the 4.6-iOS milestone Dec 12, 2023
This was linked to pull requests Dec 18, 2023
@Skalii Skalii closed this as completed Dec 19, 2023
@dmpr0
Copy link
Contributor

dmpr0 commented Dec 26, 2023

Review

Screenshot
GPXLink.mov
  • Email links should work as malilto: links, tap on its should open Mail app.

Screenshot
  • Link cell padding

Screenshot
  • Long tap context menu doesn't work for cell with links

@dmpr0 dmpr0 reopened this Dec 26, 2023
@vshcherb vshcherb modified the milestones: 4.6-iOS, 4.7-iOS Dec 27, 2023
@Skalii Skalii linked a pull request Jan 8, 2024 that will close this issue
@dmpr0
Copy link
Contributor

dmpr0 commented Jan 22, 2024

Correct example file GPX_ExampleV2.gpx.zip

@EugeneZmeuk
Copy link
Member

EugeneZmeuk commented Apr 4, 2024

04.04.2024 Review

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