I modified one of the basemap sample and put my own services in. Then I found out that only first basemap service displayed. I have two services in. no matter what the 2nd one in the list never shows. there is not much in the code. both services have same coordinate system. only difference I can tell is that one is a jpeg picture another (image) in png. Please let me know any possible thing which may cause this. thanks.
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!--The viewport meta tag is used to improve the presentation and behavior of the samples on iOS devices--> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> <title>Display Multiple ArcGIS Online Services</title> <link rel="stylesheet" href="http://js.arcgis.com/3.9/js/dojo/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="http://js.arcgis.com/3.9/js/esri/css/esri.css"> <style> html, body { height: 97%; width: 98%; margin: 1%; }