enhancementhelp wanted
倉庫指標
- 星標
- (253 顆星)
- PR 合併指標
- (平均合併 22小時 39分鐘) (30 天內合併 1 個 PR)
描述
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');