From: Tom Hughes Date: Thu, 1 Mar 2012 12:18:55 +0000 (+0000) Subject: Rename "Mapnik" to "Standard" in the layer switcher X-Git-Tag: live~5748 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b61e414356ba20b6ab9e80b0c7503efd549a878c?ds=sidebyside Rename "Mapnik" to "Standard" in the layer switcher --- diff --git a/app/assets/javascripts/map.js.erb b/app/assets/javascripts/map.js.erb index 3369fdee4..f23972104 100644 --- a/app/assets/javascripts/map.js.erb +++ b/app/assets/javascripts/map.js.erb @@ -24,7 +24,7 @@ function createMap(divName, options) { theme: "<%= asset_path 'theme/default/style.css' %>" }); - var mapnik = new OpenLayers.Layer.OSM.Mapnik(i18n("javascripts.map.base.mapnik"), { + var mapnik = new OpenLayers.Layer.OSM.Mapnik(i18n("javascripts.map.base.standard"), { attribution: "", keyid: "mapnik", displayOutsideMaxExtent: true, diff --git a/config/locales/en.yml b/config/locales/en.yml index 68be6b74e..e96de1cfb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1942,7 +1942,7 @@ en: javascripts: map: base: - mapnik: Mapnik + standard: Standard cycle_map: Cycle Map transport_map: Transport Map mapquest: MapQuest Open