From: Tom Hughes Date: Tue, 29 Apr 2008 17:23:22 +0000 (+0000) Subject: Fix attribution strings. X-Git-Tag: live~7762^2~7 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/075846bdff73e51251b0a8c7b39a756c85dda8dd?hp=f2ae082a1f360c25621f73dd872c746659c61ef2 Fix attribution strings. --- 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);