excessive WMS GetMap requests

I'm using WebMapServiceImageryProvider to access imagery from GeoServer. I'm viewing the North East US. I'm monitoring the requests using the browser network console and see tons of GetMap requests for all over the globe. This also happens as I pan. How is Cesium determining the coverage? Is there a way for me to limit this?

Anything?

Hello,

Currently there is no way to limit the number of tiles that are loaded in. We’ve been working on making improvements to this by doing things like adding fog to limit the number of tiles loaded in the distance, and have a number of ideas for future improvements laid out in this issue: https://github.com/AnalyticalGraphicsInc/cesium/issues/526

Best,

Hannah

Hi,

there is also an open Issue already

https://github.com/AnalyticalGraphicsInc/cesium/issues/3857

Best,

Jannes

I didn't notice the problem with the demos in sandbox, is the issue only with WMS providers?