https://github.com/valhalla/demos
demos
https://github.com/valhalla/demos
Last synced: 10 months ago
JSON representation
demos
- Host: GitHub
- URL: https://github.com/valhalla/demos
- Owner: valhalla
- License: mit
- Created: 2015-01-15T14:46:42.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-02-12T17:14:49.000Z (over 1 year ago)
- Last Synced: 2025-06-05T05:28:46.983Z (12 months ago)
- Language: JavaScript
- Size: 28 MB
- Stars: 106
- Watchers: 27
- Forks: 62
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
██▒ █▓ ▄▄▄ ██▓ ██░ ██ ▄▄▄ ██▓ ██▓ ▄▄▄
▓██░ █▒▒████▄ ▓██▒ ▓██░ ██▒▒████▄ ▓██▒ ▓██▒ ▒████▄
▓██ █▒░▒██ ▀█▄ ▒██░ ▒██▀▀██░▒██ ▀█▄ ▒██░ ▒██░ ▒██ ▀█▄
▒██ █░░░██▄▄▄▄██ ▒██░ ░▓█ ░██ ░██▄▄▄▄██ ▒██░ ▒██░ ░██▄▄▄▄██
▒▀█░ ▓█ ▓██▒░██████▒░▓█▒░██▓ ▓█ ▓██▒░██████▒░██████▒▓█ ▓██▒
░ ▐░ ▒▒ ▓▒█░░ ▒░▓ ░ ▒ ░░▒░▒ ▒▒ ▓▒█░░ ▒░▓ ░░ ▒░▓ ░▒▒ ▓▒█░
░ ░░ ▒ ▒▒ ░░ ░ ▒ ░ ▒ ░▒░ ░ ▒ ▒▒ ░░ ░ ▒ ░░ ░ ▒ ░ ▒ ▒▒ ░
░░ ░ ▒ ░ ░ ░ ░░ ░ ░ ▒ ░ ░ ░ ░ ░ ▒
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░
Valhalla is an open source routing engine and accompanying libraries for use with Open Street Map data. The demos repository serves as a sort of scratch pad which can be used to test and demo different pieces of the valhalla organization working together to accomplish their various tasks.
Building
--------
Each demo, if needed, will provide its own instructions on building and testing.
Using
-----
For detailed information about what types of things are contained within the demos repository, please see the more [detailed documentation](docs/index.md).
You are free to use any of the demos for your own projects. The demos, and all of the projects under the Valhalla organization use the [MIT License](LICENSE.md).
Contributing
------------
We welcome contributions to the demos. If you would like to report an issue, or even better fix an existing one, please use the [demos issue tracker](https://github.com/valhalla/demos/issues) on GitHub.
If you would like to make an improvement to the code, please be aware that all valhalla projects are written mostly in C++11, in the K&R (1TBS variant) with two spaces as indentation. We generally follow this [c++ style guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html). We welcome contributions as pull requests to the [repository](https://github.com/valhalla/demos) and highly recommend that your pull request include a test to validate the addition/change of functionality.