Bart, Thanks for your work. I found what might be a bug, although I am using the ArcGISCache.js code from the examples you posted so this may have been corrected.
When configuring the layer, I only provided a certain number of resolutions, starting at level 6. In the getUrl code, to get the z value, you call this.map.getZoom(), which in my case will return 0 since that is my initial zoom level. In reality, it should be 6. My workaround was to add this: z = lod.level; under the check to see if the lods exists. Thanks again for your work! Dan -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ArcGIS-REST-services-tp6207860p6403710.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
