Ciao Baski, I did not have time before to advise on this specific development, anyway, my main question is, did you try to integrate your work with one of the already existing imagemosaic plugins or you just created a clone specific for georaster?
Simone. ------------------------------------------------------- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/simonegiannecchini http://twitter.com/simogeo ------------------------------------------------------- On Fri, Mar 12, 2010 at 9:30 AM, ba...@geoserver <[email protected]> wrote: > > hi, > > I've created format extension to support oracle Georaster data. The > extension working fine. Now the problem is, I didnt get proper output when > I tried to view the Georaster layer(topp:georaster) with topp:states layer > at the same time and noticed that states ploygons aer gone and onely the > labels remain. > > http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:states,topp:STORMSURGE_CGR&styles=&bbox=-124.73142200000001,24.955967,-66.969849,49.371735&width=780&height=330&srs=EPSG:4326&format=application/openlayers > > The I found the this implementation painting all “no value” cells white > instead of not painting them with any color. In the code I declared the > output transparent color like below > public static final DefaultParameterDescriptor OUTPUT_TRANSPARENT_COLOR = > new DefaultParameterDescriptor("OutputTransparentColor", > Color.class, null, null); > > and I declared reading parameter like below > readParameters = new ParameterGroup(new > DefaultParameterDescriptorGroup(mInfo, > new GeneralParameterDescriptor[] { > READ_GRIDGEOMETRY2D,OUTPUT_TRANSPARENT_COLOR })); > > I need help from anybody what I have to do to solve my probelm. I want my > georaster layer should be transparent? ( I knew changing the opacity value > in Geoserver can solve the probelm but I want to do programatically). > > regards > baskar > -- > View this message in context: > http://old.nabble.com/OUTPUT_TRANSPARENT_COLOR-probelm.-tp27874097p27874097.html > Sent from the GeoServer - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
