According to
http://developer.mapquest.com/web/products/open/map#openlayers (Terms of Use Section) this is how MapQuest Open Aerial Tiles should be credited.
This commit is contained in:
@@ -24,7 +24,7 @@ var map = new OpenLayers.Map({
|
|||||||
"http://oatile4.mqcdn.com/naip/${z}/${x}/${y}.png"
|
"http://oatile4.mqcdn.com/naip/${z}/${x}/${y}.png"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
attribution: "Tiles Courtesy of <a href='http://open.mapquest.co.uk/' target='_blank'>MapQuest</a> <img src='http://developer.mapquest.com/content/osm/mq_logo.png' border='0'>",
|
attribution: "Tiles Courtesy of <a href='http://open.mapquest.co.uk/' target='_blank'>MapQuest</a>. Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency. <img src='http://developer.mapquest.com/content/osm/mq_logo.png' border='0'>",
|
||||||
transitionEffect: "resize"
|
transitionEffect: "resize"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user