/waze2gpx

Waze trip history to GPX, GeoJSON and KML converter

Primary LanguageJavaScriptMIT LicenseMIT

waze2gpx: Waze trip history to GPX converter

Extract trip history from Waze and convert to open GPX, GeoJSON and KML formats.

You can try it here: https://thestalwart.github.io/waze2gpx/

More info

Development environment

Docker-based

To run a local web server at http://127.0.0.1:3000: docker-compose up

DevContainer-based

.devcontainer/devcontainer.json contains a postAttachCommand to run a web server on port 8080, but if it fails - run http-server -c-1 /workspaces/waze2gpx manually

Local VSCode Extension

Try Live Server extension to run a web server on port 5500