diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-10 14:50:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-10 14:50:30 +0100 |
commit | 6e7276b843fde5e0490c3859f4beb92538004c0e (patch) | |
tree | 51bbf37602f6f3c6c83eae8a80e22a5a99c49194 /web/js/map-streetview.js | |
parent | a8b2d90c78103024b58b1760db72ab5c9397511b (diff) | |
parent | 5eb4f4e746283b4e945b52745503baa4da4f345f (diff) |
Merge remote branch 'origin/master' into open311-consumer
Diffstat (limited to 'web/js/map-streetview.js')
-rw-r--r-- | web/js/map-streetview.js | 2 |
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 © Crown copyright and database right 2010.', + /** * Constructor: OpenLayers.Layer.StreetView * |