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.
- Google Maps API v3
- Leaflet 0.x.x
- Modest Maps 0.x.x
- OpenLayers 2.11
Versions of OpenLayers besides 2.11 are not supported.
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
Wax currently includes three externals:
- reqwest (MIT)
- mustache.js (MIT)
- html-sanitizer from Google Caja (Apache)
- Tom MacWright (tmcw)
- Young Hahn (yhahn)
- Will White (willwhite)