]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/recipes/default.rb
Require libicu-dev for taginfo
[chef.git] / cookbooks / taginfo / recipes / default.rb
index db09f48f15e66be424c3414401d9715cc4da439a..23589a6ba34af07b3ed42a7293cdbbb3cf59220a 100644 (file)
@@ -31,6 +31,7 @@ package "libboost-dev"
 package "libexpat1-dev"
 package "libsparsehash-dev"
 package "libgd2-xpm-dev"
+package "libicu-dev"
 package "make"
 package "g++"
 
@@ -132,6 +133,7 @@ node[:taginfo][:sites].each do |site|
     settings["tagstats"]["cxxflags"] = "-I../../osmium/include"
     settings["tagstats"]["geodistribution"] = "MmapAnon"
     settings["user_interface"]["key_page"]["show_tab_similar"] = true
+    settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?"
 
     JSON.pretty_generate(settings)
   end