X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af7692c0455dfe513140ecdfdd918b0233377e1c..9f7844ec7a8fe4426eb8a34165158ca6712760e3:/lib/template/search-html.php 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;