Kevin Hyer
Kevin Hyer
To add to this, if an option to the translate mode could be added to opt-in or out of shape altering to better match the globe, I feel that would...
I was hoping there was an easy way to drag a rectangle in particular and have it retain its shape on the map much closer to behavior seen in this...
I was able to work around this by using the `transformRequest` prop and replacing `https://api.mapbox.com` with my own baseApiUrl. ``` import * as React from 'react'; import Map from 'react-map-gl';...
I am not personally dynamically importing it, I get this error with a pretty minimal setup and just trying to set baseApiUrl on the map. If this is a limitation...
I see. Ok so I can get it work if I use `mapLib={mapboxgl}` with `baseApiUrl={myUrl}` ``` import mapboxgl from 'mapbox-gl'; function App() { return
@dsilhavy I just tried Shaka and I am unable to hear the playback of the sound. For more info, the original sound is a .mp3 file that is converted into...
@dsilhavy This is an audio only element but I think your steps should still apply. When I did ``` var audio = document.querySelector('audio'); audio.buffered.start(0); audio.buffered.end(0); ``` I get ``` TimeRanges...
@johnmal-dev I was running into this same issue and looked into it more. It seems that the `pathfinding` package that this library uses errors when trying to use `smoothenPath` function....