leaflet-overpass-layer icon indicating copy to clipboard operation
leaflet-overpass-layer copied to clipboard

Too many requests error

Open under-score opened this issue 4 years ago • 1 comments

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

s

under-score avatar Nov 16 '20 05:11 under-score

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

dpakprajul avatar Oct 30 '22 19:10 dpakprajul