Skip to content

Visualizing Large Spatial Datasets on the Web

Notifications You must be signed in to change notification settings

eczajk1/geodev-summit-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geodev-summit-2019

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.

Install

git clone [this repository]

Run

First, inside of ./web/index.html, enter your Mapbox API Access Token.

Docker

Then, to run with Docker, use:

docker-compose up

Not Docker

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

Web App

Once the apps are running, you should be able to view the application by going to http://localhost:8080.

About

Visualizing Large Spatial Datasets on the Web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published