X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fbc93d0c45d708017242eea95591d2e87dc75042..6b65b9086b4434c6cc69bf4c8a3f778af5b91115:/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;