This repository contains the client code for RikiTraki.com, a map-centric GPS track visualization web application.
The vision for this project is to create a free and open source and data capability for enabling a community of outdoor enthusiasts to share captured GPS tracks, visualize them over a variety of base maps as well as 3D terrain, and include useful descriptions and photographs of the destinations. The application can be used for mapping tracks of any outdoor activities such as biking, running and boating.
The server side code for the application is under the rikitrakiws repository here.
- Clone the repository
npm install
- Make sure you have a copy of rikitrakiws up and running
npm run dev
Development servernpm run build
Build, result inpublic
folder
RikiTraki is currently in beta release. Comments and feedback are greatly appreciated