- Messages
- 12,244
- Country

Hi Dick,
Your GMaps seemed to work. I used Firefox, saved the png, imported into SBuilderX and compiled to create the inf. I then converted the png to bmp.
However, when I ran resample, the resultant bgl contained only a blue rectangle
Bmp:

Inf:
Result:

I normally supply Nrows and Ncols and use a blendmask and have not had any problems. The inf created by SBuilderX uses "UseSourceDimensions", could this be the problem?
Your GMaps seemed to work. I used Firefox, saved the png, imported into SBuilderX and compiled to create the inf. I then converted the png to bmp.
However, when I ran resample, the resultant bgl contained only a blue rectangle
Bmp:

Inf:
Code:
[Source]
Type = BMP
Layer = Imagery
SourceDir = "."
SourceFile = "Test.bmp"
Variation = All
NullValue = 255,255,255
SamplingMethod = Gaussian
ulyMap = 41.5963814166667
ulxMap = -8.46273422222222
xDim = 1.07288368055558E-05
yDim = 8.02465277777683E-06
[Destination]
DestDir = "."
DestBaseFileName = "PhotoTest"
DestFileType = BGL
LOD = Auto
UseSourceDimensions = 1
CompressionQuality = 85
Result:

I normally supply Nrows and Ncols and use a blendmask and have not had any problems. The inf created by SBuilderX uses "UseSourceDimensions", could this be the problem?












