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.
Using yarn
yarn install
To start the webpack-dev-server
:
npm start
then open your browser to http://localhost:8080
Chris Henrick (@clhenrick)