From 075846bdff73e51251b0a8c7b39a756c85dda8dd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 29 Apr 2008 17:23:22 +0000 Subject: [PATCH] Fix attribution strings. --- public/export/embed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/export/embed.html b/public/export/embed.html index 76ad24a4e..f3dab11bf 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -74,14 +74,14 @@ var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", { displayOutsideMaxExtent: true, wrapDateLine: true, - attribution: 'OpenStreetMap' + attribution: 'Data by OpenStreetMap' }); map.addLayer(mapnik); var osmarender = new OpenLayers.Layer.OSM.Osmarender("Osmarender", { displayOutsideMaxExtent: true, wrapDateLine: true, - attribution: 'OpenStreetMap' + attribution: 'Data by OpenStreetMap' }); map.addLayer(osmarender); -- 2.43.2