GPXArea is a web application that loads tracks from GPX files and automatically generates an area (polygon) surrounding these tracks.
- Upload and parse GPX files
- Display tracks on a map
- Automatically generate an area surrounding the tracks
- Display the generated area
- HTML5
- JavaScript
- Leaflet - Interactive maps library
- Leaflet-GPX - GPX file parsing library
- Clone or download the project.
- Open
index.html
in a web browser. - Click the "Choose File" button to upload a GPX file.
- The track will be displayed on the map.
No installation is required. Simply clone the repository and open the index.html
file in a web browser.