Steve, I think you would need a specific layer type that supports S3. If you are using kaMap to generate the tiles (and the path to the tiles) then you would probably want to start with the kaMap layer and modify or subclass it to make the appropriate request directly from S3. Conceptually, this is fairly trivial to do, you would just overload the getURL function with something that generates a url to S3.
TileCache supports S3 as a cache, but I'm not sure if the TileCache layer in OpenLayers can directly read them. Cheers Paul On 15-Jul-08, at 12:40 AM, Stephen Woodbridge wrote: > Hi, > > Does OpenLayers support Amazon S3 storage as a layer provider? > > If I generate ka-map style tiles and load them into S3 using the file > path as the key, is there an easy way of serving these directly to an > OpenLayers client? > > Thanks, > -Steve W > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
