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
<ExceptionReportxmlns="http://www.opengis.net/ows/1.1"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd"version="1.1.0"xml:lang="en">
<ExceptionexceptionCode="TileOutOfRange"locator="TILEROW">
<ExceptionText>TILEROW is out of range, maximum value is 2</ExceptionText>
</Exception>
</ExceptionReport>
@tfili any ideas? This happens without the new Resource stuff.
The text was updated successfully, but these errors were encountered:
I'm wondering if the weather service only generates tiles with information. Since we don't parse the capabilities file, we just try to load every tile as if it was there even if the capabilities file says its not.
Run https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/index.html?src=Web%20Map%20Tile%20Service%20with%20Time.html&label=Showcases and open the debugger and you'll see a lot of
400 Bad Request
errors. Going to one of the bad urls directly results in:@tfili any ideas? This happens without the new
Resource
stuff.The text was updated successfully, but these errors were encountered: