Page 1 of 1

Excludeing With MS SDK

PostPosted: Mon May 10, 2004 2:38 am
by stevewilson
I've been trying to use the code below to make an exclude bgl with no luck. The bglcomp accepts the text file and flashes a screen up so fast that I can't see what it is saying or doing, and then nothing else happens.

I've made several object bgl's and placed them into my scenery file. But for some reason I can't get a bgl file generated useing the code below:


version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
    latitudeMaximum = "36 21.07"
    latitudeMinimum = "36 20.77"
    longitudeMaximum = "-119 45.31"
    longitudeMinimum = "-119 44.98"
    excludeAllObjects = "TRUE" />
 



I've even tried lat/lon in differante orders. Can anyone help me on this?

Re: Excludeing With MS SDK

PostPosted: Mon May 10, 2004 6:25 am
by RollerBall
Wotcha Steve. try this


version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
    latitudeMaximum = "36 21.07"
    latitudeMinimum = "36 20.77"
    longitudeMinimum = "-119 45.31"
    longitudeMaximum = "-119 44.98"
    excludeAllObjects = "TRUE" />


Roger ;)

Re: Excludeing With MS SDK

PostPosted: Mon May 10, 2004 5:50 pm
by stevewilson
Thanks Roger, It now works.

I tried switching the minimum for the maximum and deleting the "" at the end, but that didn't work, so I copyed what you had typed and that did it.

Did I have the indents in to far or a space where is shouldn't of been? I have no idea.

As I've told others, Roger you really know your stuff. Thanks again for passing on you wisdom.

BTW: What happened with the pic on the left of your post, did you finnaly hit bottom ;D