Sven Röttering
Sven Röttering
@JulianNicholls Thank you that was a simple solution :-D We only have some custom sql formatting which we had to copy over into the basic config but it works like...
@Wykks Did you provide the example somewhere yet? I would be interested in an example where you add the mapbox-gl-draw control to the map.
Thanks for your elaborations. I agree that the docs need to at least warn the user about this behavior. I can also understand why you want to behave dayjs the...
@andersfalk In your example it looks like you swapped the coordinates of the line and the polygon. I found another case today, where lineSplit does not split correctly: ```javascript it('should...
I would be very interested in your code, if you could post it somewhere. In my polygon slicing function I also need to split a linestring with a polygon and...
Any update on this?
I think #637 is blocking this issue since the sources get transformed by babelify and put into dist/mapbox-gl-draw.js which would work fine if the file wouldn't be empty and the...
This https://github.com/mapbox/mapbox-gl-draw/pull/648 is missing for the fix.
I would love this feature as well. In my use case we have integration tests running with jest that need to be wrapped in a transaction so we can run...
> I was thinking that instead of having a manual transactions, why not rather change the test to be something like: > > ```js > describeInTransaction('some test', (trx) => {...