hi list,
I'm using mapserver 4.8 in a Debian. I have a mapfile that was working
propertly under windows (ms4w) but now I'm not getting the symbol size
working. It's allways shown as the default image size.
Here is the layer
LAYER
NAME obres_punts
TYPE POINT
STATUS ON
SYMBOLSCALE 30000
TRANSPARENCY 1000
DATA "/maps/santguim/shp/obres_punts.shp"
CLASS
STYLE
SYMBOL 'obres'
MAXSIZE 15
SIZE 5
END
END
END
the symbol is correctly defined in the marker file
SYMBOL
NAME 'obres'
TYPE PIXMAP
IMAGE 'obres3.png'
END
Thanks