Eduardo:
Maybe the problem is that you have the IMAGECOLOR with points between the values, try removing them using:
IMAGECOLOR 255 255 255
Saludos
Luis
2006/8/2, Eduardo Arévalo <[EMAIL PROTECTED]>:
I have following erro in mapfile treatment to put a scale bar.
getInteger(): Symbol definition error. Parsing error near (LABEL):(line 25)
the part of mapfile is:
MAP
.
.
.
.
WEB
....
end
SCALEBAR
IMAGECOLOR 255.255.255
LABEL (line 25)
COLOR 0 0 0
SIZE TINY
END
STYLE 1
SIZE 100 2
COLOR 0 0 0
UNITS MILES
INTERVALS 2
TRANSPARENT FALSE
STATUS ON
END
.
.
.
.
