Logan
Logan
I think a tutorial should be made getting this to work. Like code it out and show people how its done.
So I had to add defaultMode: 'draw_bezier_curve', to get it to work with ionic/Angular so my code looks like this: let draw = new MapboxDraw({ displayControlsDefault: false, defaultMode: 'draw_bezier_curve', userProperties:...
So if you want to customize the styles and you are working in Angular/ionic like me, follow this path within the project mapbox-gl-draw-bezier-curve-mode/src/lib/styles/customStyles.js. So he coded this up in javascript...
Awesome!
Awesome! On Wed, Jun 15, 2022 at 10:10 AM Jeff Sebrechts ***@***.***> wrote: > Hi @PixelLifetime > > 1. > > To get points on the bezier curve, like the...