Re: [OpenLayers-Users] Smooth transition between two Image layers

2008-07-15 Thread Kenneth Skovhede, GEOGRAF A/S
As I understand Christopher's answer, this is not built into OpenLayers. So, you must modify the source code yourself to get this behavior. Nothing you can do then translates to, There is no option you can switch on. You can start up by looking into Layer\Image.js and the function setUrl

Re: [OpenLayers-Users] Smooth transition between two Image layers

2008-07-15 Thread Kenneth Skovhede, GEOGRAF A/S
I was thinking of resize. I found some code in .\Tile.js that appeared to have this effect. Regards, Kenneth Skovhede, GEOGRAF A/S Jesper Larsen skrev: Hi Kenneth and others, Thank you for taking the time to elaborate on Christophers suggestion, it was really helpful (I am new to OpenLayers

Re: [OpenLayers-Users] AWS S3 Support for OpenLayers???

2008-07-15 Thread Paul Spencer
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.

Re: [OpenLayers-Users] AWS S3 Support for OpenLayers???

2008-07-15 Thread Christopher Schmidt
On Mon, Jul 14, 2008 at 11:40:11PM -0500, Stephen Woodbridge wrote: Does OpenLayers support Amazon S3 storage as a layer provider? S3 is not a protocol, so it wouldn't have a Layer. 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

Re: [OpenLayers-Users] AWS S3 Support for OpenLayers???

2008-07-15 Thread Christopher Schmidt
On Tue, Jul 15, 2008 at 08:27:16AM -0400, Paul Spencer wrote: 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

Re: [OpenLayers-Users] AWS S3 Support for OpenLayers???

2008-07-15 Thread Stephen Woodbridge
Christopher Schmidt wrote: On Tue, Jul 15, 2008 at 08:27:16AM -0400, Paul Spencer wrote: 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

Re: [OpenLayers-Users] read Format.GeoRSS from http request

2008-07-15 Thread Fabio D'Ovidio
Hello, my final function is: function test3 () { OpenLayers.Format.GeoRSS.prototype.xy = true; var req = http://127.0.0.1:8085/servlet/georssProxy?;; var new1 = new OpenLayers.Layer.GML(GeoRSS, req, {format: OpenLayers.Format.GeoRSS});

Re: [OpenLayers-Users] WMS servers/Brititish National Grid and Projection issues

2008-07-15 Thread Eric Lemoine
Hi Dave. Two notes (most probably un-relevant to your problem, sorry): the srs WMS param isn't necessary, nor is the bounds arg to zoomToMaxExtent. Cheers. Eric 2008/7/15, Dave Potts [EMAIL PROTECTED]: Hi I am trying to view a shape file from a GeoServer(Release 1.64) WMs server, I can