DSS Wayfinding is an indoor mapping project. It has been designed to help with person, event, and room location in the UC Davis Social Science & Humanities (SSH) building.
-
Perform a standard Rails app installation:
$ bundle install $ bin/rake db:migrate
-
Install NodeJS dependencies for cache building
$ cd nodejs $ npm install
-
Use Emscripten backend
$ make $ Set emscriptenBackend option in jquery.wayfinding.js to true
-
<host>/start/:start_loc/end/:end_loc - generates a route from start_loc to end_loc
See github.com/dssit for contact information.