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');