Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jimmyangel/rikitraki
- Owner: jimmyangel
- License: mit
- Created: 2015-07-01T01:11:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T23:00:38.000Z (11 months ago)
- Last Synced: 2024-08-01T12:31:16.336Z (3 months ago)
- Topics: cesiumjs, gps, leafletjs, mapping, visualization
- Language: JavaScript
- Homepage:
- Size: 19.5 MB
- Stars: 18
- Watchers: 6
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - jimmyangel/rikitraki - This repository contains the client code of RikiTraki.com, a map-centric hiking log web application. (others)
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**