esk525 / mapbox.js

MapBox Javascript API

Home Page:mapbox.com/mapbox.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapbox.js

Build Status

This is the MapBox Javascript API, version 1.x. It's built as a Leaflet plugin. You can read about its launch.

Managed as Markdown in API.md, following the standards in DOCUMENTING.md

Building

git clone https://github.com/mapbox/mapbox.js.git
npm install
make

This project uses browserify to combine dependencies and installs a local copy when you run npm install. make will build the project in dist/.

Tests

Test with phantomjs:

npm test

To test in a browser, run a local development server and go to /test.

Version v0.x.x

Version v0.x.x can be accessed in the old master branch..

About

MapBox Javascript API

mapbox.com/mapbox.js

License:Other