gpx-parser-builder
gpx-parser-builder copied to clipboard
A simple gpx parser and builder between GPX string and JavaScript object
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bounds object is not using internal fields but attributes. The `bounds.js` should use `$.` for all fields I guess...?
Any chance to support typescript definitions?
I´m a member of one team of 6 university student who are developing a route management system application with React. Some weeks ago we found your npm package and it...
Currently, when following your documentation, I get the following error: ``` import GPX from 'gpx-parser-builder'; ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` In particular this line is...