From b82c10bcd1fe5975edaa2cb0aedeec13add4ef34 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 28 Nov 2007 19:25:46 +0000 Subject: [PATCH 1/1] Make attribution less cheesy. --- 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 90d8142ca..40722d4e0 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -44,7 +44,7 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.TMS, { * options - {Object} Hashtable of extra options to tag onto the layer */ initialize: function(name, url, options) { - options = OpenLayers.Util.extend(options, { attribution: "Powered by OpenStreetMap" }); + options = OpenLayers.Util.extend(options, { attribution: "Data by OpenStreetMap" }); OpenLayers.Layer.TMS.prototype.initialize.apply(this, arguments); }, -- 2.43.2