A Leaflet Plugin that renders Mapbox Vector Tiles on HTML5 Canvas.
Install the dependencies:
npm installDynamically compile and serve:
npm startThis puts a watcher on your source directory and recompiles with browserify automatically. It also serves the project directory on port 3000.
Open your browser to http://localhost:3000/examples and see the plugin in action!
We are using Tape, Faucet, and Testling to do tests.
Upon push, tests are automatically run. You can see the Testling CI Test Results for the latest commit.
If you want to see if tests pass (on your local system's browser), run:
npm testUnit tests are in test/js/. All tests are written with Tape.
