-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map unresponsive to events: Error at Actor.receive (actor.js:81)
and XHR failed loading: GET "https://a.tiles.mapbox.com/v4/chanversus.40louhe4/10/300/384.vector.pbf...
#6094
Comments
@elainechan thanks for using mapbox and for the detailed report. Can you please include a minimal jsfiddle or jsbin reproducing this behavior as well as the browser version you're using? I cannot reproduce it on my machine following the steps you've described. |
I am having exactly the same issue... This issue happens when panning map with drag and drop. Simply map stops responding after few seconds... |
@mollymerp thanks for looking into this. Here's a fiddle. The whole app is pretty much in there.
|
@elainechan thank you for the details – sorry I didn't specify before, but could you try and make your jsfiddle test case as minimal as possible (i.e. as little code required to reproduce the issue and ideally no 3rd party libraries ). It is much easier to diagnose an issue when we don't have to sift through unrelated application code. |
Single-Feature Scenarios
Fiddles
Please let me know your findings! Thanks again. |
@elainechan Thanks for the fiddles. The errors in your stack trace are from missing tiles (i.e. tiles that have no data in your custom tilesets) and I have fixed this regression in #6126
this makes me think that there is an issue with your code and not with mapbox-gl-js if you think you find another bug, please open a new issue with a small, self-contained reproduction of the issue. |
mapbox-gl-js version: 0.44.0
Steps to Trigger Behavior
Expected Behavior
on click
: display information on the symbol in a popup. Feature names:Bike parking
,Public benches
.on hover
: when theNeighborhoods
vector tile layer is active, hovering over a neighborhood polygon highlights it and prints its information in a popup in the bottom of the screen.on scroll
: zoom in or out of a map by scrolling.on drag
: move to a different place on the map by dragging.Actual Behavior
Additional Information
Logged Errors
pbf
custom vector tiles I created on Mapbox Studio by uploading data.Screenshot
The text was updated successfully, but these errors were encountered: