#Map Visualiser A standalone web application to trial experimental UI features involving the recording and sharing of 'explorations' (exploration = a sequence of user movements) in a map metaphor.
Visualises a map and allows the user to record their zooming, paning and transitioning to locations on the map! Authors: Will Hardwick-Smith and Zhaojiang (Jacky) Chang. Initial code from Sivan Fesherman's ENGR-489 project.
run local a server with Node.js (Node.js must be installed) by navigating to the map-visualiser root dir and executing:
node server
then, open the Chrome browser and navigate to URL: localhost:3000.