From 0e16b728876db5ffbdd6986925ec6b65a6c77659 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 8 May 2009 15:05:57 +0000 Subject: [PATCH] Include CC-BY-SA in attribution. --- public/openlayers/OpenStreetMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openlayers/OpenStreetMap.js b/public/openlayers/OpenStreetMap.js index 57a1b99bd..4f2b0d4d7 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -47,7 +47,7 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.TMS, { */ initialize: function(name, url, options) { options = OpenLayers.Util.extend({ - attribution: "Data by OpenStreetMap", + attribution: "Data by OpenStreetMap under CC-BY-SA", maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxResolution: 156543.0339, units: "m", -- 2.43.2