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 %>";