X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f2ae082a1f360c25621f73dd872c746659c61ef2..075846bdff73e51251b0a8c7b39a756c85dda8dd:/public/export/embed.html?ds=sidebyside 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);