(Scrap that last one - hotmail crashed on me - sorry!)
Hello,
I am trying to implement OGR using MapInfo tables. I have managed to get the data read and display it statically. However, when I try the STYLEITEM "AUTO" function, I get the following message:
loadLayer(): Unknown identifier. (STYLEITEM):(217)
Part of my map file looks like this:
LAYER
NAME "Contours_tab"
TYPE LINE
STATUS on
CONNECTIONTYPE OGR
CONNECTION "C:\Inetpub/wwwroot/Robert_Brown_MScDiss/GI/mapserv/gower/Contoursbounce.tab"
STYLEITEM "AUTO"
CLASSITEM "Height"
CLASS
NAME "5m Contours (OGR)"
END
END
Does anyone know if this has anything to do with the MapServer version? I am using 3.4 - does this auto function work with this version? Also, am I right in guessing that the CLASSITEM refers a particular column in the MapInfo table - the HOWTO for OGR does not specify.
Thanks for your help,
Rob Brown