X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8d221e2c8263133b9784803dc7f61701ae872254..6b65b9086b4434c6cc69bf4c8a3f778af5b91115:/lib/template/details-html.php
diff --git a/lib/template/details-html.php b/lib/template/details-html.php
index c54c3c22..3f416fca 100644
--- a/lib/template/details-html.php
+++ b/lib/template/details-html.php
@@ -53,7 +53,8 @@ body {
projection: new OpenLayers.Projection("EPSG:900913"),
displayProjection: new OpenLayers.Projection("EPSG:4326")
} );
- map.addLayer(new OpenLayers.Layer.OSM.("Default"));
+ map.addLayer(new OpenLayers.Layer.OSM.("Default",
+ { attribution : '© OpenStreetMap and contributors, under an open license'}));
var layer_style = OpenLayers.Util.extend({}, OpenLayers.Feature.Vector.style['default']);
layer_style.fillOpacity = 0.2;