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

Add preliminary support for c:geo export GPX (including groundspeak extension) #24

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

mrummuka
Copy link

c:geo (http://www.cgeo.org/) is open-source application for geocaching, that supports exporting geocaches into gpx format. However, the gpx it generates is 1.0 compatible format, but with additional elements within waypoints.

This pull request adds support for parsing the following c:geo generated elements from waypoints:

<url>
<urlname>
<sym>
<type>
<groundspeak:cache id="XXX">
<groundspeak:cache><name>
<groundspeak:cache><placed_by>
<groundspeak:cache><type>
<groundspeak:cache><container>
<groundspeak:cache><country>

However, this pull request does not change the original behavior, but only parses the elements if it recognizes that the 'creator' attribute for element 'gpx' contains "c:geo - http://www.cgeo.org/"

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

Successfully merging this pull request may close these issues.

1 participant