Hello, I am trying to add a URL (aerial image) as a basemap to my html code but I can not seem to figure it out.
I currently have it set up like this:
function init() {
map = new esri.Map("map", {
basemap: "streets",
center: [-117.885170, 33.883592],
zoom: 16
});
If someone could help me out that would be great. Thanks.