X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fbc93d0c45d708017242eea95591d2e87dc75042..20f1939c4c61ef28b128593b2ae5f841af567042:/lib/template/search-html.php?ds=sidebyside diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 7878540e..7698ebd0 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -295,7 +295,8 @@ form{ "moveend": mapEventMove } } ); - 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;