A GPX viewer built with React.js, Vite, and Cesium. This project allows you to visualize GPX (GPS Exchange Format) files on an interactive map using the Cesium library.
Clone the repository:
[email protected]:Duckiduc/cesium-gpx-viewer.git
Navigate to the project directory:
cd cesium-gpx-viewer
Install dependencies:
npm install
Start the development server:
```bash
npm run dev
```
This will launch the GPX Viewer in your browser at http://localhost:5173.
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
The following individuals have made significant contributions to the development of this project:
Cesium GPX Viewer by Duc-Thomas NGUYEN & Jeanne RIAUDEL is licensed under Attribution-NonCommercial-ShareAlike 4.0 International
See the LICENSE file for details.