0.3.10 • Published 3 years ago
react-map-gl-draw-mobile-fix-snap-props v0.3.10
Urbica React Draw tools for Mapbox GL JS
React Component to enhance Urbica's React Map GL to use Mapbox Draw tools.
Mapbox Draw tools adds support for drawing and editing features on mapbox-gl.js maps.
Installation
npm i mapbox-gl @mapbox/mapbox-gl-draw @urbica/react-map-gl @urbica/react-map-gl-drawExamples
You can see examples & documentation here.
Development
Install dependencies
npm install Then start react-styleguidist by running
MAPBOX_ACCESS_TOKEN=<TOKEN> npm startwhere <TOKEN> is a valid Mapbox access token or you can add it to .env
cp example.env .envand start react-styleguidist by running
npm start