Hi,
I'm trying to merging different WMS features and images (Image Fetcher) together using a RasterMosaicker transformer. All layers from our local WMS server are merged together correctly but i cannot get it to merge with other WMS layers. The result should be a "what you see is what you get" PNG using the overlapping Values "last" option. I added a .fmwt file with an example.
The PNG is a save from my WMS server that correspons to the same coordinates as the WMS in the example.
My first problem was that the incoming WMS contain more bands so i had to generate a palette using RasterPaletteGenerator. After this my error is:
My result failed due to:
The palette nodata value '255,255,255,0' of the selected band '1:0' does not match the palette nodata value 'NULL' of the corresponding band in the mosaicked raster
or after trying to correct it with the RasterBandNodataSetter
The palette nodata value '255,255,255,0' of the selected band '1:0' does not match the palette nodata value '112,113,115,39' of the corresponding band in the mosaicked raster
My question:
Is there a way to merge rasters just by merging the RGB colours?