1.3.1 โ€ข Published 7 months ago

parse-my-map v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

๐ŸŒ 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.

1.3.1

7 months ago

1.3.0

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago