gpx-parse icon indicating copy to clipboard operation
gpx-parse copied to clipboard

GPX parser

Results 12 gpx-parse issues
Sort by recently updated
recently updated
newest added

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...

## Version **14.1.0** of [browserify](https://github.com/substack/node-browserify) just got published. Dependency browserify Current Version 13.2.0 Type devDependency The version **14.1.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## The devDependency [coveralls](https://github.com/nickmerwin/node-coveralls) was updated from `3.0.6` to `3.0.7`. 🚨 [View failing branch](https://github.com/elliotstokes/gpx-parse/compare/master...elliotstokes:greenkeeper%2Fcoveralls-3.0.7). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [grunt-jsdoc](https://github.com/krampstudio/grunt-jsdoc) was updated from `2.4.0` to `2.4.1`. 🚨 [View failing branch](https://github.com/elliotstokes/gpx-parse/compare/master...elliotstokes:greenkeeper%2Fgrunt-jsdoc-2.4.1). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) was updated from `0.4.19` to `0.4.20`. 🚨 [View failing branch](https://github.com/elliotstokes/gpx-parse/compare/master...elliotstokes:greenkeeper%2Fxml2js-0.4.20). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [st](https://github.com/isaacs/st) was updated from `1.2.2` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Looking for a gpx parser, i came across yours. Just a note from the first impression: ``` gpxParse.parseGpxFromFile("/path/to/gpxFile", function(error, data) { //do stuff }); ``` Writing `//do stuff` hardly gives...

I would like to use this library with a [create-react-app](https://github.com/facebook/create-react-app) application. However, when I import it, I get the following error: ```txt Module not found: Error: Can't resolve './lib-cov/gpx-parse' in...