-
My GeoServer is returning XML with 200 status code as a PNG |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Great question @alexgleith There are four options you can use to tweak this behaviour
These properties can be set using the {
"type": "wms",
"name": "Weathering Intensity",
"url": "https://ows.services.dea.ga.gov.au/",
"layers": "weathering_intensity",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
}
} More info can be found here - https://docs.terria.io/guide/connecting-to-data/catalog-type-details/wms/#tileerrorhandlingtraits |
Beta Was this translation helpful? Give feedback.
-
Just noticing that we see these layers being dropped out only in We're about to test using the |
Beta Was this translation helpful? Give feedback.
Great question @alexgleith
There are four options you can use to tweak this behaviour
thresholdBeforeDisablingItem
- The number of tile failures before disabling the item.treat403AsError
- Indicates whether a 403 response code when requesting a tile should be treated as an error. If false, 403s are assumed to just be missing tiles and need not be reported to the user.treat404AsError
- Indicates whether a 404 response code when requesting a tile should be treated as an error. If false, 404s are assumed to just be missing tiles and need not be reported to the user.ignoreUnknownTileErrors
- A flag indicating whether non-specific (no HTTP status code) tile errors should be ignored. This i…