Fix layers initialization

This commit is contained in:
John Firebaugh 2013-11-06 13:19:13 -08:00
parent 261862a8dd
commit 9cfb230e02

View file

@ -37,13 +37,7 @@ $(document).ready(function () {
var layers = [
new L.OSM.Mapnik({
attribution: donate,
code: "M",
keyid: "mapnik",
name: I18n.t("javascripts.map.base.standard")
}),
new L.OSM.Mapnik({
attribution: copyright,
attribution: copyright + ' ' + donate,
code: "M",
keyid: "mapnik",
name: I18n.t("javascripts.map.base.standard")