From a0b73b9a6bd0547874e133a38478050979e3df62 Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Sun, 16 Aug 2020 11:20:09 +0200 Subject: [PATCH] Black list 2010 and 2016 imagery for the Canton Schaffhauen --- config/settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/settings.yml b/config/settings.yml index 3aa1d96c7..f5f35f6a2 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -97,6 +97,8 @@ imagery_blacklist: - "http://xdworld\\.vworld\\.kr:8080/.*" # Blacklist here - ".*\\.here\\.com[/:].*" + # Blacklist Kanton SH + - ".*wms.geo.sh.ch.*Luftbild_201[06].*" # URL of Overpass instance to use for feature queries overpass_url: "https://overpass-api.de/api/interpreter" # Routing endpoints -- 2.39.5