Skip to content

How do I increase the error threshold for disabling WMS layers #6933

Answered by nf-s
nf-s asked this question in Q&A
Discussion options

You must be logged in to vote

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…

Replies: 2 comments 2 replies

Comment options

nf-s
Oct 8, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by nf-s
Comment options

You must be logged in to vote
2 replies
@nf-s
Comment options

nf-s Oct 9, 2023
Maintainer Author

@alexgleith
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants