From 499055e24717d4458879383bd8bafd5884d5cbc0 Mon Sep 17 00:00:00 2001 From: tschaub Date: Wed, 12 Sep 2012 09:15:46 -0600 Subject: [PATCH 1/2] Updating attribution for OSM layer. See http://www.openstreetmap.org/copyright for details. --- lib/OpenLayers/Layer/OSM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/OSM.js b/lib/OpenLayers/Layer/OSM.js index 005e7ecc26..d0352e5ab0 100644 --- a/lib/OpenLayers/Layer/OSM.js +++ b/lib/OpenLayers/Layer/OSM.js @@ -57,7 +57,7 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.XYZ, { * Property: attribution * {String} The layer attribution. */ - attribution: "Data CC-By-SA by OpenStreetMap", + attribution: "© OpenStreetMap contributors", /** * Property: sphericalMercator From 9607ee480abc85f0624cc2900f5128f3eeac4596 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 12 Sep 2012 21:38:30 -0600 Subject: [PATCH 2/2] Using the entity reference for copyright symbol. --- lib/OpenLayers/Layer/OSM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/OSM.js b/lib/OpenLayers/Layer/OSM.js index d0352e5ab0..6fd5c78b41 100644 --- a/lib/OpenLayers/Layer/OSM.js +++ b/lib/OpenLayers/Layer/OSM.js @@ -57,7 +57,7 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.XYZ, { * Property: attribution * {String} The layer attribution. */ - attribution: "© OpenStreetMap contributors", + attribution: "© OpenStreetMap contributors", /** * Property: sphericalMercator