cutting-room-floor/wax
DEPRECATED: consult mapbox.js
{ "createdAt": "2011-02-10T17:53:39Z", "defaultBranch": "master", "description": "DEPRECATED: consult mapbox.js", "fullName": "cutting-room-floor/wax", "homepage": "https://github.com/mapbox/mapbox.js", "language": "JavaScript", "name": "wax", "pushedAt": "2014-03-10T14:11:09Z", "stargazersCount": 167, "topics": [], "updatedAt": "2024-08-24T22:26:21Z", "url": "https://github.com/cutting-room-floor/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.
Versions
Section titled “Versions”If you’re building a new site, **use the latest tag of Wax 6.x.x.
Version 7 is in the master branch and is unstable.
To find more detail of what has changed in each version, consult CHANGELOG.md.
Compatibility
Section titled “Compatibility”Building Wax
Section titled “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 --devmakeIncludes
Section titled “Includes”Wax currently includes three externals:
- reqwest (MIT)
- mustache.js (MIT)
- html-sanitizer from Google Caja (Apache)