Visualizing Large Spatial Datasets on the Web
This is a demonstration of a 3rd party Vector Tile dataset in MapboxGL. The dataset is the National Bridge Inventory. For more information on how the mbtiles
file was created, see this link.
git clone [this repository]
First, inside of ./web/index.html
, enter your Mapbox API Access Token.
Then, to run with Docker, use:
docker-compose up
To install and run the tile server:
cd ./tile-server
npm install
npm start
To run the web front-end:
cd ./web
npm install
npm start
Once the apps are running, you should be able to view the application by going to http://localhost:8080
.