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
I expect to see a 404 Not Found error message in the console (just like when raster data is missing)
Actual Behavior
I see
Error: Error
at Actor.receive (actor.js:81)
in the console. At least when the area displayed on the map is large enough, so that actually some .pbf files are tried to be downloaded that don't exist.
The text was updated successfully, but these errors were encountered:
Hi @poidl , thanks for reporting this issue. I believe this was fixed in #6126, which is now available in the v0.45.0 release. Changing to 0.45 in the linked JSBin eliminates the console error.
mapbox-gl-js version:
v0.44.2
browser:
Chromium Version 66.0.3359.139
Steps to Trigger Behavior
Link to Demonstration
http://jsbin.com/coforizelu/edit?html,console,output
Expected Behavior
I expect to see a 404 Not Found error message in the console (just like when raster data is missing)
Actual Behavior
I see
in the console. At least when the area displayed on the map is large enough, so that actually some .pbf files are tried to be downloaded that don't exist.
The text was updated successfully, but these errors were encountered: