diff --git a/examples/mapquest.js b/examples/mapquest.js index 708cfdc4ad..9761e897b3 100644 --- a/examples/mapquest.js +++ b/examples/mapquest.js @@ -11,7 +11,7 @@ var map = new OpenLayers.Map({ "http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png" ], { - attribution: "Tiles Courtesy of MapQuest ", + attribution: "Data, imagery and map information provided by MapQuest, Open Street Map and contributors, CC-BY-SA ", transitionEffect: "resize" } ), @@ -24,7 +24,7 @@ var map = new OpenLayers.Map({ "http://oatile4.mqcdn.com/naip/${z}/${x}/${y}.png" ], { - attribution: "Tiles Courtesy of MapQuest ", + attribution: "Tiles Courtesy of MapQuest. Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency. ", transitionEffect: "resize" } ) @@ -33,4 +33,4 @@ var map = new OpenLayers.Map({ zoom: 1 }); -map.addControl(new OpenLayers.Control.LayerSwitcher()); \ No newline at end of file +map.addControl(new OpenLayers.Control.LayerSwitcher());