Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1015 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1015 Bytes

Tilesplash local demo

This is a simple Mapbox GL example of tilesplash in use, serving points from the openaddresses project.

denver

Dependencies

Setup

  1. Get a Mapbox Token and put it in index.html

  2. Run this collection of should-really-be-in-a-docker-container commands to get sample data and configure the local DB:

bash demo_config.sh

Run the demo

From this demo/ directory:

npm install
npm run points

Then visit http://localhost:8000/points.html and watch as the glorious city of Denver unfolds in point form.