Ciao Mark, please, read below... Regards, Simone Giannecchini == GeoServer training in Milan, 6th & 7th June 2013! Visit http://geoserver.geo-solutions.it for more information. ==
Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Mon, Jun 3, 2013 at 9:37 PM, Mark <[email protected]> wrote: > Hello, > > I have a number of geotiff files that I'm attempting to mosaic and use > as an overlay on top of a base map. My problem is that I can't get rid > of the a border on the boundary of the geotiff mosaic. I've set > BackgroundValues to -9999 and the OutputTransparentColor to 000000 > which takes care of most of the area not occupied by images. Can you paster here the output of the gdalinfo tool on one of these images? Rationale. If your geotiff are RGB and they contain black portions we can use the InputTransparentColor to remove such areas. If the overall mosaic has holes (portions not covered by data) I would suggest to set the BackgroundValues to 0 and leave the OutputTransparentColor to 000000. This is a two steps approach: -1- use InputTransparentColor to remove blackportions within the images -2- use BackgroundValues to ask for a black background -3- use OutputTransparentColor to make the background go away ok, that was 3 steps, but I guess you got the idea :) > > The border seems to occur at almost all edges. For instance, I've > attached an image of the open layers preview for the west coast of the > US. (The actual image data is removed and replaced with a gray field.) > There are three tiles present in this portion of the mosaic, I'm > attempting to get rid of the blue border. The white area to the left > is what I want, transparent tiles. This blue border changes width > depending on the zoom level and the suggested_tile_size setting. The > bigger the tile size the wider the border. > Thinking, this is actually strange. If you configure the geotiff as a single geotiff store does it look differently? Which version of GeoServer are you working with? > The border isn't part of the geotiffs, I've checked, and I have no > idea why it is blue. I can try to make the border insubstantial by > changing the suggested_tile_size to something insanely small, but that > isn't an acceptable solution (it is already 32,32 in the attached > image) K, this answer partially to my question above, however the gdalinfo would be very useful anyway. It would be probably also good to have access to a couple of samples to reproduce the issue. You can send them privately if you wish. > > Any suggestions? > > Thanks, > > Mark > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
