Hi Christian,

I have found few bugs today when I checked against with my sample data's. 

1. In openlayers window, I am getting yellow color in no data area.  See the
attached word document.

2. The plugin does not seem to work well with other layers in the same
request.  If you are using the default data configuration, you can use the
following examples to illustrate my point:

-->    View the default states layer  

http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:states&styles=&bbox=-124.73142200000001,24.9559
67,-66.969849,49.371735&width=780&height=330&srs=EPSG:4326&format=ap
 plication/openlayers

 -->       Now try to view the states and georasterlayer at the same time
http://localhost:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:states,topp:
georasterlayer&styles=&bbox=-124.73142200000001,24.955967,-66.969849,49.371735&width=780&height=330&srs=EPSG:4326&format=application/openlayers

3.  I had encountered runtime exception ("Error, ULC must have
pixelcoordinates 0/0" at setCellXYOrder() method) when I tried to configure 
the raster. I looked in depth and found that you are checking minx or miny
should be 0. Do you think minx or miny should be 0 to process the raster?
Because, I configured and visualized the same data with my code. So I am not
sure whether the problem is in the code or in my data. Please confirm.


Finally, I am testing with SRS 4326 and SRS 26956 and regarding postgis
wktraster, I will let you know later.

Regards,
Baskar
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p5007603.html
Sent from the geotools-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to