On 2010-11-19 08:47, Imran Rajjad wrote: > thanks for your suggestions. > > but even image pyramid would be required to put throught geowebcache, > because one time rendering and cache works well in production > enviroments.
Image pyramids should work with GWC just like image mosaics, as both produce regular WMS output. > one more thing about the image mosiac. does it require all images to > be in same resolutions? All images in one mosaic should have the same resolution (you declare this in the properties file for the mosaic). If you have images of different resolution for different zoom levels and an image pyramid doesn't fit you can set up one image mosaic per resolution. I did it like this: * One image mosaic layer per resolution (six in all) * A default style (SLD) for each image mosaic layer, with defined MinScaleDenominator and/or MaxScaleDenominator in order to display the correct data for the current zoom level * A layer group which consists of all six image mosaic layers I also had to tweak layer transparency in order to get correct display (thanks Daniele!). -- mogul | nils weinander | hudiksvallsgatan 4 113 30 stockholm sweden | +46 8 4100 6456 | +46 709 78 28 37 | [email protected] | skype: nils.weinander | www.mogul.com ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
