I tried to make photoscenery edge with geotiff,but the mask didn't work,and cmd showed this warning information:
my inf file is here,did i miss something?
Microsoft Corp. Terrain Resampler 10.0.61472.0 (fsx-sp2.20071210-2023)
? Microsoft Corporation. All rights reserved.
Resample Info File: 'E:\\PhotoSceneryMaker.inf'
[Source] Type = 'MultiSource'
[Source] NumberOfSources = 3
[Source1] Type = 'BMP'
[Source1] SourceDir = 'C:\Users\sceic\Desktop\PhotoScenery'
[Source1] SourceFile = '00001001.bmp'
[Source1] Layer = 'Imagery'
[Source1] SamplingMethod = 'Gaussian'
[Source1] Channel_LandWaterMask = '2.0'
[Source1] ULXMAP = 116.294444
[Source1] ULYMAP = 39.992500
[Source1] XDIM = 0.000018
[Source1] YDIM = 0.000014
[Source1] Variation = 'All'
[Source2] Type = 'TIFF'
[Source2] SourceDir = 'C:\Users\sceic\Desktop\PhotoScenery'
[Source2] SourceFile = 'BlendMask.tif'
[Source2] Layer = 'None'
[Source2] SamplingMethod = 'Gaussian'
[Source2] ULXMAP = 116.294444
[Source2] ULYMAP = 39.992500
[Source2] XDIM = 0.000018
[Source2] YDIM = 0.000014
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\BlendMask.tif: wrong data type 1 for "XMLPacket"; tag ignored.
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\BlendMask.tif: wrong data type 7 for "RichTIFFIPTC"; tag ignored.
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\BlendMask.tif: unknown field with tag 34665 (0x8769) encountered.
[Source3] Type = 'TIFF'
[Source3] SourceDir = 'C:\Users\sceic\Desktop\PhotoScenery'
[Source3] SourceFile = 'WaterLand_Mask.tif'
[Source3] Layer = 'None'
[Source3] SamplingMethod = 'Gaussian'
[Source3] ULXMAP = 116.294444
[Source3] ULYMAP = 39.992500
[Source3] XDIM = 0.000018
[Source3] YDIM = 0.000014
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\WaterLand_Mask.tif: wrong data type 1 for "XMLPacket"; tag ignored.
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\WaterLand_Mask.tif: wrong data type 7 for "RichTIFFIPTC"; tag ignored.
TIFFReadDirectory: Warning, C:\Users\sceic\Desktop\PhotoScenery\WaterLand_Mask.tif: unknown field with tag 34665 (0x8769) encountered.
[Destination] DestDir = 'E:\'
[Destination] DestBaseFileName = 'PEK_0115'
[Destination] LOD = 'Auto'
[Destination] UseSourceDimensions = 1
Cell 489 of 10464 (4.67%); 0:00:28 elapsed, 0:09:31 remaining...
my inf file is here,did i miss something?
Code:
[Source]
Type = MultiSource
NumberOfSources = 3
[Source1]
Type = BMP
Layer = Imagery
SourceDir = "C:\Users\sceic\Desktop\PhotoScenery"
SourceFile = "00001001.bmp"
ULXMAP = 116.294444444443996600000000
ULYMAP = 39.992499999999999720000000
XDIM = 0.000018429247124401101370
YDIM = 0.000013618087316233600090
SamplingMethod=Gaussian
Channel_LandWaterMask = 2.0
Variation = All
[Source2]
Type = TIFF
Layer = None
SourceDir = "C:\Users\sceic\Desktop\PhotoScenery"
SourceFile = "BlendMask.tif"
ULXMAP = 116.294444444443996600000000
ULYMAP = 39.992499999999999720000000
XDIM = 0.000018429247124401101370
YDIM = 0.000013618087316233600090
SamplingMethod=Gaussian
[Source3]
Type = TIFF
Layer = None
SourceDir = "C:\Users\sceic\Desktop\PhotoScenery"
SourceFile = "WaterLand_Mask.tif"
ULXMAP = 116.294444444443996600000000
ULYMAP = 39.992499999999999720000000
XDIM = 0.000018429247124401101370
YDIM = 0.000013618087316233600090
SamplingMethod=Gaussian
[Destination]
DestDir = "E:\"
DestBaseFileName = "PEK_0115"
LOD = Auto
UseSourceDimensions = 1
Last edited:





