On Fri, Nov 5, 2010 at 4:23 AM, Curran, Terry <[email protected]> wrote: > I have been creating one-band geotiffs from elevation grids created in a GIS > using gdal_translate 1.7.2. I wanted to create a single store to hold all > the former grids (now geotiffs) so they were all in one place. However, > geoserver 2.1 beta would not recognize the geotiffs in the store being > created by simply pointing at the "data/grids" store (path NOT to the > filename.tif ) I was trying to create. I do this 'store creation approach' > for other layers like shape, and it works fine. > > If I do provide a full address to any geotiff in the store, and then it will > display in the store list and otherwise work normally. However, that > approach only creates one layer per store.
This is by design. For raster data we don't have the ability to extract multiple rasters from a single source, the store-layer relationship is always 1-1 It is sure annoying and there has been some work towards the direction of have a "true" coverage store, but the changes API wise are not trivial and would require quite a bit of work. If anyone is interested in contributing towards that direction please let us know. Cheers Andrea ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
