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

Functionality for parsing external files #4

Merged
merged 4 commits into from
Aug 12, 2014

Conversation

akoenig
Copy link

@akoenig akoenig commented Aug 8, 2014

This PR contains the functionality for requesting external files via HTTP(S) and parsing them afterwards.

API

gpxParse.parseRemoteGpxFile("http://host.tld/my.gpx", function(error, data) {
    //do stuff
});

Hope that it is useful for you :)

/André

@akoenig akoenig changed the title Functionality for parsing external files (HTTP(S) Functionality for parsing external files Aug 8, 2014
elliotstokes added a commit that referenced this pull request Aug 12, 2014
Functionality for parsing external files
@elliotstokes elliotstokes merged commit 250d6c1 into elliotstokes:master Aug 12, 2014
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.

2 participants