]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Activate "Similar" tab on key pages in taginfo.
[chef.git] / cookbooks / taginfo / recipes / default.rb
index d5d517b1d270dd0da8cc4e761d7352164c092dca..839089500865edf6305cf7140b9e8fa67c0607d4 100644 (file)
@@ -124,6 +124,7 @@ node[:taginfo][:sites].each do |site|
     settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"
     settings["tagstats"]["cxxflags"] = "-I../../osmium/include"
     settings["tagstats"]["geodistribution"] = "MmapAnon"
+    settings["user_interface"]["key_page"]["show_similar_tab"] = true
 
     JSON.pretty_generate(settings)
   end