- Messages
- 305
- Country
Hi,
I have looked through the posts here and figured out how I should go about compiling my photo real scenery with resampler. One thing that I can't figure out is the xDim and yDim, though. They explain the e-5 powers thing but how do you go about getting the correct values?
Here's the draft of my INF file that I will be using to compile the bitmap to photoreal scenery:
Thanks!
I have looked through the posts here and figured out how I should go about compiling my photo real scenery with resampler. One thing that I can't figure out is the xDim and yDim, though. They explain the e-5 powers thing but how do you go about getting the correct values?
Here's the draft of my INF file that I will be using to compile the bitmap to photoreal scenery:
Code:
[Source]
Type = BMP
SourceDir = "SourceData"
SourceFile = "test.bmp"
Layer = Imagery
Variation = Day
Lat =
Lon =
xDim =
yDim =
NoData = ,,,,0
[Destination]
DestDir = "Output"
DestBaseFileName = "test"
DestFileType = BGL
LOD = Auto
Thanks!