mapbox-gl-directions icon indicating copy to clipboard operation
mapbox-gl-directions copied to clipboard

Directions plugin for mapbox-gl-js using Mapbox Directions API.

Results 115 mapbox-gl-directions issues
Sort by recently updated
recently updated
newest added

I want to use MapboxDirections, but it seems to have some problems with mapbox-gl@^1.11.0. If i use old version mapbox-gl, it may have problem about marker

```json { "peerDependencies": { "mapbox-gl": "^0.41.0

[mapbox-gl-directions](https://github.com/mapbox/mapbox-gl-directions) and [mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder) both have conflicting `.mapboxgl-ctrl-geocoder` CSS class. This PR adds a scoped class to fix the issue.

Currently, when a waypoint is added (via code or clicking and dragging a route in the UI) we just change the shape of the route geometry and don't reflect that...

enhancement
help wanted

create-react-app with webpack >=4, I'm getting: `You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You...

At the moment if you add a waypoint we will visualize instructions until the first arrival instruction when you have a route with waypoints you have multiple arrival instructions we...

bug
help wanted

Currently the removeRoutes() function doesn't abort any ongoing requests which may cause the symbols to be redrawn on the map after calling removeRoutes() This bug occurs frequentally to users with...

I have a problem with my webpack/react system and I am trying to run the mapbox-gl with mapbox-gl-directions, but I am stuck with this error with the 'fs' that is...

Is it possible to have these new props added? https://docs.mapbox.com/api/navigation/directions/#optional-parameters-for-the-mapboxdriving-traffic-profile

I can't turn off map moving when I set origin and destination. I tried to set `flyTo: false`, but it doesn't work and map still moves to the place between...

help wanted