X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/345ac0bd1afcec2130c5cd55abc2906988e9e795..9cb8311f02e1bd0e2188e3b1db623400aaf8da47:/public/export/embed.html
diff --git a/public/export/embed.html b/public/export/embed.html
index 63b2c13f5..bba670255 100644
--- a/public/export/embed.html
+++ b/public/export/embed.html
@@ -40,7 +40,7 @@
projection: new OpenLayers.Projection("EPSG:900913")
});
- var attribution = 'Map Data (c) OpenStreetMap (and) contributors, CC-BY-SA';
+ var attribution = '(C) OpenStreetMap and contributors, CC-BY-SA';
var args = OpenLayers.Util.getParameters();
if (!args.layer || args.layer == "mapnik") {
var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", {
@@ -56,7 +56,7 @@
attribution: attribution
});
map.addLayer(osmarender);
- } else if (args.layer == "cycle map") {
+ } else if (args.layer == "cyclemap" || args.layer == "cycle map") {
var cyclemap = new OpenLayers.Layer.OSM.CycleMap("Cycle Map", {
displayOutsideMaxExtent: true,
wrapDateLine: true,