bbantsadze

Results 2 comments of bbantsadze

@geografa Can you help with this?

> You could use mapboxgl.Marker(); > > ``` > this.wayPoints.forEach((w, i) => { > directions.addWaypoint(i, [w.lon, w.lat]); > new mapboxgl.Marker().setLngLat([w.lon, w.lat]).addTo(map); > }); > ``` That's what i'm using now,...