From b3a1cd0e12aa1daeba465b5489250add4d4828af Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 28 Nov 2014 15:09:45 +0000 Subject: [PATCH] Switch web site to use MapQuest Nominatim for search --- cookbooks/web/recipes/rails.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 1a8ef4122..4731cc1e6 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -67,4 +67,5 @@ rails_port "www.openstreetmap.org" do id_key web_passwords["id_key"] oauth_key web_passwords["oauth_key"] piwik_configuration piwik_configuration + nominatim_url "http://open.mapquestapi.com/nominatim/v1/" end -- 2.43.2