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

Image in Waypoint Description- GPX Format #42

Open
astridx opened this issue Mar 3, 2023 · 1 comment
Open

Image in Waypoint Description- GPX Format #42

astridx opened this issue Mar 3, 2023 · 1 comment

Comments

@astridx
Copy link
Owner

astridx commented Mar 3, 2023

A image in a waypoint can be added via CDATA

<wpt lat="37.60120920000004" lon="-0.9756244">
  <name>Lorum ipsum Name</name>
  <desc>Lorem <![CDATA[<img src="https://picsum.photos/200/300">]]> ipsum</desc>
</wpt>

Links
https://stackoverflow.com/questions/4412395/is-it-possible-to-insert-html-content-in-xml-document
https://de.wikipedia.org/wiki/GPS_Exchange_Format

@astridx
Copy link
Owner Author

astridx commented Mar 19, 2023

<wpt lat="37.60120920000004" lon="-0.9756244">
  <name>Lorum ipsum Name</name>
  <desc> 
    <![CDATA[ Lorem <a href="https://google.com">https://google.com</a>ipsum. ]]>
  </desc>
</wpt>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant