We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A image in a waypoint can be added via CDATA
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
The text was updated successfully, but these errors were encountered:
<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>
Sorry, something went wrong.
No branches or pull requests
A image in a waypoint can be added via
CDATA
Links
https://stackoverflow.com/questions/4412395/is-it-possible-to-insert-html-content-in-xml-document
https://de.wikipedia.org/wiki/GPS_Exchange_Format
The text was updated successfully, but these errors were encountered: