<esri:Map id="map"> <esri:extent> <esri:Extent xmin="-60884403.02" ymin="657021.19" xmax="45425778.42" ymax="12202069.94" spatialReference="{new SpatialReference(102113)}"/> </esri:extent> <esri:ArcGISTiledMapServiceLayer url="http://DOMAIN/ArcGIS/rest/services/SERVICE/MapServer" /> </esri:Map>
Thanks rscheitlin,
I find that the level does work. I also thought that my extent was completely being ignored, but I found that it was not being ignored, but because I was trying to take advantage of the wrapAround180 feature in the new API to show the entire extent of the US, I was using an extent that didn't make sense. I was using the expanded view of the world, zooming in and reading the map.extent to get the extent I wanted to use. It didn't even occur to me that the extent I was using was gibberish. There seems to be a bug with the wrap feature that keeps subtracting (or adding) as the map is scrolled past the dateline. Thanks for your help. Everything is working okay now. I think some work needs to be done on the wrap feature before it's ready for me to use. Thanks again!