Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 984 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 984 Bytes

Wax

Tools for improving web maps. The centerpiece of the code is a client implementation of the MBTiles interaction specification.

For full documentation of supported mapping APIs and how to use Wax see http://mapbox.github.com/wax.

Building Wax

For end users, a minified library is already provided in dist/.

But for developers you can rebuild a minified library by running:

npm install --dev
make

Building docs

Wax uses docco for documention. Install docco and build docs by running:

npm install --dev
make doc

Includes

Wax currently includes three externals:

Authors

  • Tom MacWright (tmcw)
  • Young Hahn (yhahn)
  • Will White (willwhite)