Hello everyone,

I'm new, and am currently having trouble figuring out what's wrong with my .map 
files.  I've used the http://www.maptools.org/ms4w/ easy build for Windows, and 
everything is up and running.  I've also checked all the lines in my .map files 
for missing " ".  I'm getting this error when I try to click the button to load 
both test map files:

loadWeb(): Unknown identifier. Parsing error near (C):(line 1)

Is there something wrong with my environment?  Are there differences in reading 
code in version 5.0.0.  I am using Windows XP, Mapserver 5.0.0, Apache, and PHP 
5.2.4.
Any help is appreciated!
Here is my sample hello world .map file:

MAP
    NAME "Hello Test"
    STATUS ON
    SIZE 400 300
    IMAGECOLOR 249 245 186
    IMAGETYPE png
    EXTENT -1.00 -1.00 1.00 1.00
    WEB
        TEMPLATE "c:/ms4w/Apache/htdocs/hello-test.html"
        IMAGEPATH "c:/ms4w/mapfiles"
        IMAGEURL "/mapfiles/"
    END
    LAYER
        STATUS default
        TYPE point
        FEATURE
            POINTS 0.0 0.0 END
            TEXT "Hello World"
        END
        CLASS
            STYLE
                COLOR 255 0 0
            END
            LABEL
                TYPE bitmap
            END
        END
    END
    END
__________________________________
Joe Nannery
[EMAIL PROTECTED]

Reply via email to