Skip to content

Commit

Permalink
Readme usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
spasutto authored Aug 8, 2023
1 parent 8514222 commit e34bb4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ igc2kmz is a PWA (Progessive Web App) wich means you can install it and use it o
[![Visualisation example](doc/output_MtBlanc.jpg?raw=true)](doc/output_MtBlanc.jpg?raw=true)

## Usage
Just go to [https://spasutto.github.io/igc2kmz/igc2kmz.html](https://spasutto.github.io/igc2kmz/igc2kmz.html) and select an IGC file or drag/drop it in the yellow/greenish zone.

You can also drop :
- images ; they will be incorporated in the KMZ at the right time (if time coded in EXIF).
- tasks ('.xctsk' XCTrack format, see http://xctrack.org/Competition_Interfaces.html)

Click 'Convert' and there it is. The 'tool' icon 🔧 open the options in wich you can customize the behaviours of the KMZ generation. Interactive help is provided in the popup.

## Code
**For the web** : See [igc2kmz.html](igc2kmz.html) or [example.html](examples/example.html) ('*hello world*' code), Single Page Application [available here](https://spasutto.github.io/igc2kmz/dist/igc2kmz_spa.html) (right click and save it to computer/phone)

:warning: As of now, web version runs on the UI thread and on slow machines or with big flight it can block the page for some time :boom:
Expand Down

0 comments on commit e34bb4c

Please sign in to comment.