Thanks for reply. Let me explain what i'm doing.

In my application, one of the functionality is user should be able to upload
the geotiff images. Once he uploads the image, it should be displayed on the
map dynamically.

The implementation goes as follows:
When the user uploads the geotiff image, it is inserted into the oracle
spatial database.
Coverage store and layer in the geoserver is created dynamically using rest
api through java code.
This newly created layer is added to the map using openlayers.

Now these geotiff images can be toposheets which are adjacent to each other.
So the user can upload one image first and then uploads the second image
which is adjacent to the first.

My problem is when the first image is uploaded, it is displayed properly on
the map. But when second is uploaded, it's rendering tile hides the first
image. Actual images are not overlapping on each other, but they are
perfectly adjacent to each other. But because of the tile size, second image
overlaps the first one and hides it.

I understand that this can be solved if image background can be made
transparent. I went through the forums and i found that setting
OutputTransparentColor to FFFFFF, makes the background transparent. I did
that, but it makes the background white and still hides the beneath image.

Snapshot are as follows if that could help you understand the problem.

http://osgeo-org.1803224.n2.nabble.com/file/n6329789/Snapshot.bmp 

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Re-OutputTransparentColor-doesn-t-work-for-ImgaeMosaicJDBC-plugin-tp6326428p6329789.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to