@makina-corpus/mapbox-gl-path
v1.11.0
Published
Create path with or without help of various directions API
Downloads
60
Keywords
Readme
Mapbox-gl-path
Mapbox-gl-path allows you to create paths on a map with or without the help of various directions APIs.
It requires Mapbox-gl-js (or Maplibre-gl-js) as a dependency.
Documentation and demo
👉 See our documentation website.
Run Locally
Clone the project
git clone [email protected]:makinacorpus/mapbox-gl-path.git
Go to the project directory
cd mapbox-gl-path
Install dependencies
npm install
Start the server
mapboxglToken="YOUR_ACCESS_TOKEN" npm run start
Build
npm run build