Can't Compile landclass

General discussion about Scenery Design. Questions about SBuilder for Flight Simulator FS2004.
Post Reply
lmu
Posts: 2
Joined: Mon Oct 30, 2006 12:41 pm

Can't Compile landclass

Post by lmu » Mon Oct 30, 2006 1:35 pm

I make some few landclass for Denmark LOD5 ="5011-5012-5111-5112-5212".
I make my landclass in SBuilder v205 rev06 through "Class Maps"
Everything ok until I compile. In my folder Work I get all the .inf and .raw and .bgl file
but when I open the .bgl file with TmfViewer form Microsoft no landclass become visible, all value =255.
Then I try to import the .raw file I make in SBuilder into EZ-Landclass v2.0 and compile and
now all landclass is visible in TmfViewer and in FS2004.
I have make copy of my .inf file, perhaps the problem is in this file.


[Source]
Type = ClassU8
SourceDir = "."
SourceFile = "LD_5011.raw"
Lat = 59,0625
Lon = 7,5
NumOfCellsPerLine = 257
NumOfLines = 257
CellXdimensionDeg = 0,0146484375
CellYdimensionDeg = 0,010986328125

[Destination]
DestDir = ".\work"
DestBaseFileName = "LD_5011"
NorthLat = 59,0625
SouthLat = 56,25
EastLong = 11,25
WestLong = 7,5


I hope somebody can help!!!!

User avatar
Luis Sa
Posts: 1736
Joined: Sun May 18, 2003 11:17 am
Location: Portugal
Contact:

Post by Luis Sa » Mon Oct 30, 2006 2:45 pm

Hello,

I am sorry but I have no idea for what could be causing your problem. Let us hope someone jumps in and helps us.

Regards, Luis

José
Posts: 126
Joined: Mon Sep 04, 2006 8:49 pm
Location: Brazil

Post by José » Mon Oct 30, 2006 4:07 pm

You are using comma as decimal separetor. Try using period. Resample.exe doesn't work with comma.

José

J.F.Lôbo

lmu
Posts: 2
Joined: Mon Oct 30, 2006 12:41 pm

Post by lmu » Mon Oct 30, 2006 5:52 pm

Thanks Luis Sá and José for your quick respons
Yes José I us comma as decimal separetor now I us period an all works

Thanks for your help [:)]

Post Reply