From 1c420158f628e07b584aa524c90a299a927b036f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 13 Jul 2023 20:13:29 +0100 Subject: [PATCH] Remove default imagery blacklist --- config/settings.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index ca4f45167..ec6cedb5a 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -82,15 +82,7 @@ default_editor: "id" # OAuth application for iD #id_application: "" # Imagery to return in capabilities as blacklisted -imagery_blacklist: - # Current Google imagery URLs have google or googleapis in the domain - - ".*\\.google(apis)?\\..*/.*" - # Blacklist VWorld - - "http://xdworld\\.vworld\\.kr:8080/.*" - # Blacklist here - - ".*\\.here\\.com[/:].*" - # Blacklist Mapy.cz - - ".*\\.mapy\\.cz.*" +imagery_blacklist: [] # URL of Overpass instance to use for feature queries overpass_url: "https://overpass-api.de/api/interpreter" overpass_credentials: false -- 2.39.5