You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is because mapbox map is loaded in maptalks's container behind canvas, and events are all intercepted.
You can have a try to set container option of MapboxGLLayer to front (default is back),which will load mapbox map in a container on top of main canvas.
I added a search control from mapbox, but couldn't click on it.
It's like mapbox layer is simply merged to canvas. But if you use tab to get to the search box, it still intractable.
Do you have any suggestion?
![image](https://user-images.githubusercontent.com/51385691/64481525-d83f4900-d191-11e9-8204-4329fd3d92fb.png)
The text was updated successfully, but these errors were encountered: