Page 1 of 1

pb with land detection

PostPosted: Tue Nov 13, 2012 4:42 pm
by pascal_voyage
Hello,
I have a problem with weather routing.
My routing goes through land !
If I check collision detection, I hav ean error : " Not pf1bit (C:\dpr32\NAV\vrtool\LandCollisionDetector.pas, line 58)"

any idea ?

Re: pb with land detection

PostPosted: Tue Nov 13, 2012 9:00 pm
by omar
Land collision detection bitmap must be a monochromatic
windows bitmap (*.bmp) with 1 bit per pixel
(like the one distributed with vrtool).
If the bitmap is in another format, it will fail.