[mapserver-users] SYMBOL definitions in PHP Mapscript mapfile
Scott D Cogan
Scott D Cogan" <cogansco@_nospam_.edu
Wed, 27 Mar 2002 16:32:53 -0500
I have a certain symbol defined in my .map file:
SYMBOL
NAME 'circle'
TYPE ELLIPSE
POINTS 1 1 END
FILLED TRUE
END
this works fine with the CGI mapserver.exe, but when i try to use the same
map file with the Mapscript version for PHP, I get the error:
MapServer Error in loadSymbol(): (TRUE):(86) in c:\program
files\apache\htdocs\testing2.php
what is wrong with my symbol definition? (btw- i think its referring to the
FILLED TRUE line??) thanks
-scott