I have searched the forum for this information but I couldn't find the answer.
I am not real clear on handling the spatial reference. I'm using ESRI's online World Street Map Service with my tiled service. The street layer shows up in the map, but not my tiled service. I'm modifying an existing sample- in this sample the spatial reference is set to wkid 102100. Do I need to set this same spatial reference (WGS_1984_Web_Mercator_Auxiliary_Sphere) in the MXD that that I use for my tiled service?
var basemap = new esri.layers.ArcGISTiledMapServiceLayer("http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"); map.addLayer(basemap); var windspeed = new esri.layers.ArcGISDynamicMapServiceLayer("http://maps.lsuagcenter.com/ArcGIS/rest/services/LAWinds/LABWS/MapServer"); map.addLayer(windspeed);