aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-streetview.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-09-08 15:39:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-09-08 15:39:51 +0100
commit2fe7ab388bc48ffc3458f2ae0d3b5721262e8c35 (patch)
treec905267cff119d1b517cea0cc514595c1ead6dc5 /web/js/map-streetview.js
parentb35a27ba34dd96b829284bbd33d22abdb744c35f (diff)
Move copyright on to map.
Diffstat (limited to 'web/js/map-streetview.js')
-rw-r--r--web/js/map-streetview.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/map-streetview.js b/web/js/map-streetview.js
index cfd595b95..99fdca983 100644
--- a/web/js/map-streetview.js
+++ b/web/js/map-streetview.js
@@ -44,6 +44,8 @@ OpenLayers.Util.onImageLoadError = function() {
* - <OpenLayers.Layer.XYZ>
*/
OpenLayers.Layer.StreetView = OpenLayers.Class(OpenLayers.Layer.XYZ, {
+ attribution: 'Map contains Ordnance Survey data &copy; Crown copyright and database right 2010.',
+
/**
* Constructor: OpenLayers.Layer.StreetView
*