Posted a new sample showing how to consume ArGIS Services (dynamic and cached) using OpenLayers API.
Check it out: http://sathyaprasad.appspot.com/openlayers.html
Posted a new sample showing how to consume ArGIS Services (dynamic and cached) using OpenLayers API.
Check it out: http://sathyaprasad.appspot.com/openlayers.html
June 17, 2009 at 10:47 am
As near as I can tell (from looking at the http requests being made via Firebug) you aren’t actually pulling tiles from the ESRI server. Instead, all the requests are dynamic as far as I can tell. The URLs should look something like http:///tile/// but all the URLs your OpenLayers example is generating are hitting the export REST service.
Am I missing something?
Regards,
Corey