Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmyangel/rikitraki

This repository contains the client code of RikiTraki.com, a map-centric hiking log web application.
https://github.com/jimmyangel/rikitraki

cesiumjs gps leafletjs mapping visualization

Last synced: 5 days ago
JSON representation

This repository contains the client code of RikiTraki.com, a map-centric hiking log web application.

Awesome Lists containing this project

README

        

# RikiTraki

This repository contains the client code for [RikiTraki.com](http://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](https://github.com/jimmyangel/rikitrakiws).

## Run your own

* Clone the repository
* ```npm install```
* Make sure you have a copy of [rikitrakiws](https://github.com/jimmyangel/rikitrakiws) up and running
* ```npm run dev``` Development server
* ```npm run build``` Build, result in ```public``` folder

**RikiTraki is currently in beta release. Comments and feedback are greatly appreciated**