From: Tom Hughes Date: Thu, 3 Mar 2016 17:57:34 +0000 (+0000) Subject: Remove taginfo show_tab_similar setting - it is now the default X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/724d846c1e5b4ff81077f43191628a3523c8481d Remove taginfo show_tab_similar setting - it is now the default --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index dd9cdf83e..370b4b2b2 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -140,7 +140,6 @@ node[:taginfo][:sites].each do |site| settings["sources"]["db"]["bindir"] = "#{directory}/taginfo/tagstats" settings["tagstats"]["cxxflags"] = "-I../../libosmium/include" settings["tagstats"]["geodistribution"] = "DenseMmapArray" - settings["user_interface"]["key_page"]["show_tab_similar"] = true settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?" JSON.pretty_generate(settings)