Line | |
---|
1 | README
|
---|
2 | ======
|
---|
3 |
|
---|
4 | The FIT plugin is written for Garmin FIT files.
|
---|
5 |
|
---|
6 | The `org.openstreetmap.josm.plugins.fit.lib` package does not have any
|
---|
7 | dependency on JOSM; you should be able to import that into your code with
|
---|
8 | no issues.
|
---|
9 |
|
---|
10 | ## License
|
---|
11 | This plugin is licensed under the GPLv2 or later.
|
---|
12 |
|
---|
13 | ## Usage
|
---|
14 | The main entry point for the library is `FitReader.read(InputStream inputStream)`.
|
---|
15 | You _should not_ use any of the `public` constructors; they may change at any time.
|
---|
16 | You also _should not_ use any of the `static <return> parse` methods.
|
---|
17 |
|
---|
18 | Non-developers can use this in JOSM by installing the plugin.
|
---|
19 | Once installed, the standard methods of opening a file should allow the user to open FIT files.
|
---|
20 |
|
---|
21 | ## Authors
|
---|
22 | Taylor Smock <taylor.smock@kaart.com>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.