In 3.7, bitmap symbols seem to disappear unless the CLASS object has either a
COLOR or an OUTLINECOLOR specified. These colors are not used and they have
no effect, but if they're not there the symbol just doesn't get drawn.
There's no error message.
I'm calling this a software bug because (a) 3.6 does not behave this way and
(b) the COLOR/OUTLINECOLOR statements have no effect. You could call it a
documentation bug, but that's cheating <g>.
Here's a layer that works in 3.6 and shows nothing in 3.7:
Layer
Name Anno1
Type Point
Status Default
Feature
Points 269586.800000 4844435.200000 End
End
Class
Symbol 'TRE'
End
End
If the CLASS object is changed to:
Class
Symbol 'TRE'
COLOR 0 0 0
End
Then the symbol is displayed. No error is generated in either case.
- Ed