Merge pull request #311 from Skud/pretty-maps

use a different, greener cloudmade tileset for maps
This commit is contained in:
Skud
2013-09-11 02:19:58 -07:00

View File

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