Skip to content
Snippets Groups Projects

Resolve "Serien ohne Distributionen ignorieren"

Merged Jesper Zedlitz requested to merge 26-serien-ohne-distributionen-ignorieren into main
7 files
+ 698
9
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -31,4 +31,11 @@ public class BridgeSettings {
boolean findWMSinInfo = false;
boolean sortResults = true;
/**
* A geo series might not have a download option (which is totally valid). If this option is set to <code>true</code>
* these series will be ignored.
*/
boolean ignoreSeriesWithoutDistribution = false;
}
Loading