From d345a082c8cb3cf78e5414d646e99304e9966210 Mon Sep 17 00:00:00 2001 From: Skud Date: Wed, 11 Sep 2013 19:19:23 +1000 Subject: [PATCH] use a different, greener cloudmade tileset for maps --- app/assets/javascripts/places.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/places.js.erb b/app/assets/javascripts/places.js.erb index 9bf3e9af8..b2d02e13f 100644 --- a/app/assets/javascripts/places.js.erb +++ b/app/assets/javascripts/places.js.erb @@ -1,7 +1,7 @@ places_base_path = "/places"; things_to_map = location.pathname + '.json'; cloudmade_key = "<%= Growstuff::Application.config.cloudmade_key %>"; -cloudmade_url = "http://{s}.tile.cloudmade.com/" + cloudmade_key + "/997/256/{z}/{x}/{y}.png"; +cloudmade_url = "http://{s}.tile.cloudmade.com/" + cloudmade_key + "/73038/256/{z}/{x}/{y}.png"; nominatim_base_url = 'http://nominatim.openstreetmap.org/search/'; nominatim_user_agent_email = "<%= Growstuff::Application.config.user_agent_email %>";