]> git.openstreetmap.org Git - rails.git/commitdiff
Remove default imagery blacklist
authorTom Hughes <tom@compton.nu>
Thu, 13 Jul 2023 19:13:29 +0000 (20:13 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 Jul 2023 19:14:13 +0000 (20:14 +0100)
config/settings.yml

index ca4f45167c7b2b732c9705efa375c08e4e3d3462..ec6cedb5ac903b945b78a967ed04d3ef0f5396a2 100644 (file)
@@ -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