Skip to content
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

Too many requests error #32

Open
under-score opened this issue Nov 16, 2020 · 1 comment
Open

Too many requests error #32

under-score opened this issue Nov 16, 2020 · 1 comment

Comments

@under-score
Copy link

For whatever reasons the example code loops many times after activating the layer.

s

@dpakprajul
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants