X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/85ab12c4716ce96f4d666fcc0bd59fa32d68874e..9c0ca064b833ad39eac8ffc2447331d732d1a7d0:/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;