]> git.openstreetmap.org Git - chef.git/commitdiff
Activate "Similar" tab on key pages in taginfo.
authorJochen Topf <jochen@topf.org>
Thu, 5 Mar 2015 08:42:04 +0000 (09:42 +0100)
committerJochen Topf <jochen@topf.org>
Thu, 5 Mar 2015 08:42:04 +0000 (09:42 +0100)
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