X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa697618ec79089b0f44eef01167e22ff0ff7baa..88116efea024dde34a78adbe59bd25bf6bad59ca:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 396b5edf9..23589a6ba 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -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,7 +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?' + settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?" JSON.pretty_generate(settings) end