parse-my-map
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

🌍 Parser MAP

MIT license Npm package month downloads npm version contributor


This parser allows for the analysis of GPX, TXT (in CSV format), or XTML files, which are GPS trace file formats.
The parser returns a JavaScript object containing the file data displayed on a map.

map interface

🛠 Installation

To install the parser, run the following command:

npm install parse-my-map

or

yarn add parse-my-map

🚀 Usage

To use the parser, import it into your TypeScript code:

import 'parse-my-map'

And add the component:

<parse-my-map type="gpx" path="exemple.gpx" width="700" height="500"></parse-my-map>

🧪 Testing

The parser is accompanied by a set of unit tests. To run these tests, execute the following command:

npm run test

or

yarn run test

💼 Contributors

Quentin Drouet / Edgar Lecompte / Malaterre Romain ❤️

📜 License

MIT License - see the LICENSE file LICENSE for more details.

Readme

Keywords

Package Sidebar

Install

npm i parse-my-map

Weekly Downloads

8

Version

1.3.1

License

MIT

Unpacked Size

4.17 MB

Total Files

31

Last publish

Collaborators

  • edgar32