Dear Matt, Concerning ArcGISCache.js patch : For info : there is a small err in the patch code in line "@requires OpenLayers/Layer/TMS.js ". It contains a space at the end of the line, which gives troubles in building the OpenLayers.js in a Unix env. But what I really wanted to ask : would you already have an example on how to use this ? I really want to test this thoroughly, and can give you feedback if you want this.
Linde Ackermans Yes, I'm doing an example. The problem last time was that the tile URL was calculated based on the upper left corner of the bounds. If the OL Map grid and the tile grid were off by even 0.00001 units, certain tiles would get repeated, others skipped. The behavior was very unpredictable but worse at closer zoom levels and projected grids with large coordinate values. My version uses the bound center which avoids those issues. Matt Priour Kestrel Computer Consulting -- View this message in context: http://n2.nabble.com/ESRI-and-OpenLayers-tp2412861p2525196.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
