From fa697618ec79089b0f44eef01167e22ff0ff7baa Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 2 Jun 2015 21:37:44 +0200 Subject: [PATCH 1/1] Use different overpass server for taginfo level0 link. See https://github.com/joto/taginfo/issues/133 --- cookbooks/taginfo/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5