From: Tom Hughes Date: Wed, 28 Nov 2007 19:25:46 +0000 (+0000) Subject: Make attribution less cheesy. X-Git-Tag: live~8056 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b82c10bcd1fe5975edaa2cb0aedeec13add4ef34?hp=f5c9a41e8729ab9bfc54fff6be9c1a9b6e0f4d56;ds=sidebyside Make attribution less cheesy. --- 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); },