mapbox/mapbox-gl-directions
Port localGeocoder option from mapbox-gl-geocoder
Aberta
#166 aberto em 6 de fev. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (253 estrelas)
- Métricas de merge de PR
- (Mesclagem média 22h 39m) (1 fundiu PR em 30d)
Description
It looks like the directions control is not recognizing the localGeocoder option from the mapbox-gl-geocoder. The map renders fine, but it doesn't respond to any local data passed to it.
map.addControl(new MapboxDirections({ accessToken: mapboxgl.accessToken, geocoder: {localGeocoder: coordinatesGeocoder} }), 'top-left');