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
This can be solved by adding timeout : [timeout:25]
You can do this by doing the following:
First go to the OverPassLayer.bundle.js, and search for data=[out:json]
You can add [timeout:25] like this: data=[out:json][timeout:25];
More data would be loaded and your problem would be solved out
For whatever reasons the example code loops many times after activating the layer.
The text was updated successfully, but these errors were encountered: