From: Jochen Topf Date: Tue, 2 Jun 2015 19:37:44 +0000 (+0200) Subject: Use different overpass server for taginfo level0 link. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/fa697618ec79089b0f44eef01167e22ff0ff7baa Use different overpass server for taginfo level0 link. See https://github.com/joto/taginfo/issues/133 --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index db09f48f1..396b5edf9 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -132,6 +132,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