Interactive webmaps that visualize the outputs of the sidewalk gap analysis, leveraging data hosted on DVRPC's vector tile server.
A live demo of the map can be seen here: https://dvrpc.github.io/sidewalk-data-viz/
Use lite-server to run a local develpoment server:
npm run devThe webapp will run at http://0.0.0.0:3000
Alternatively, install the VSCode plugin Live Server and the webapp will run at http://127.0.0.1:5501/
Use webpack to transform source files into the build directory:
npm run buildThe data analysis code (along with the creation of the vector tilesets) can be found in DVRPC/network-routing