Rename "Mapnik" to "Standard" in the layer switcher

This commit is contained in:
Tom Hughes 2012-03-01 12:18:55 +00:00
parent 23e016e908
commit b61e414356
2 changed files with 2 additions and 2 deletions

View file

@ -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,