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