]> git.openstreetmap.org Git - rails.git/commitdiff
Make attribution less cheesy.
authorTom Hughes <tom@compton.nu>
Wed, 28 Nov 2007 19:25:46 +0000 (19:25 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 28 Nov 2007 19:25:46 +0000 (19:25 +0000)
public/openlayers/OpenStreetMap.js

index 90d8142cae0d954d072d7fc84b858525db5292c9..40722d4e0bc81c359a3d638f554dc00d3164ee4c 100644 (file)
@@ -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 - {Object} Hashtable of extra options to tag onto the layer
      */
     initialize: function(name, url, options) {
-        options = OpenLayers.Util.extend(options, { attribution: "Powered by <a href='http://openstreetmap.org/'>OpenStreetMap</a>" });
+        options = OpenLayers.Util.extend(options, { attribution: "Data by <a href='http://openstreetmap.org/'>OpenStreetMap</a>" });
         OpenLayers.Layer.TMS.prototype.initialize.apply(this, arguments);
     },    
     
         OpenLayers.Layer.TMS.prototype.initialize.apply(this, arguments);
     },