Skip to content

heavyai/omnisci-vega-mapboxgl-demo-philly-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo from FOSS4G NA 2018: Philly Parking Violations

A barebones example of using the Vega spec for OmniSci backend rendering with MapBoxGL.JS. Parking violations data obtained from Open Data Philly.

Note: You need a Mapbox API key in order to use this repo (set the value here), as well as OmniSci Enterprise Edition for its backend rendering capabilities.

Install

Using yarn

yarn install

Develop

To start the webpack-dev-server:

npm start

then open your browser to http://localhost:8080

Author

Chris Henrick (@clhenrick)