2015-03-27 11:26:13 -04:00
2015-03-26 23:37:13 -04:00
2015-01-27 17:15:07 -08:00
2015-03-12 22:44:09 -04:00
2015-03-12 22:44:09 -04:00
2015-03-12 22:44:09 -04:00

mapboxgl.draw

Build Status

Adds support for drawing and editing features on Mapbox GL JS maps.

Installing

npm install

Developing

Install dependencies, build the source files and crank up a server via:

npm start & open http://localhost:3000/debug/

You'll need to set a Mapbox API token to see anything. Set this in localStorage from your browsers console after npm start

localStorage.setItem('accessToken', 'YOUR ACCESS TOKEN HERE')
Description
Draw tools for mapbox-gl-js
Readme ISC 22 MiB
Languages
JavaScript 98.7%
HTML 1.3%