Steve,
  Thanks for the quick reply, unfortunately I had already tried that :-(

msDBFGetItemIndex(): DBASE file error. Item 'CFCC' not found. 

Is there anything else that could be wrong?

Here is my layer:

        LAYER
                NAME "landmark_polys"
                GROUP "bound"
                TILEINDEX "lpy_idx"
        METADATA
                        "wms_title" "landmark_polys"
                        "wms_group_title" "landmark"
                END
                PROJECTION
                        "init=epsg:4326"
                END
                STATUS ON
                CLASSITEM "CFCC"
                TYPE POLYGON
                
                CLASS
                        EXPRESSION "D82"
                        NAME 'Cemetary'
                        MAXSCALE 250000
                        STYLE
                                COLOR 209 208 204
                        END 
                END
END

We are using the current version of MS4W.

Thanks,

John


Stephen Woodbridge wrote:
> 
> John,
> 
> In shapefiles attribute are all upper case. try:
>     classitem 'CFCC'
> 
> -Steve W
> 
> John Cole wrote:
>> I have a couple of county shapefiles where I've created a tileindex using
>> tile4ms.  When I render these with MS, things work fine until I set the
>> classitem, and then it can't find the classitem column on the shapefile
>> (in
>> this case 'cfcc').
>> 
>> Is there something special you have to do to use a class item or label
>> item
>> with a tileindex?
>> 
>> Thanks,
>> 
>> John
> 
> 

-- 
View this message in context: 
http://www.nabble.com/issue-with-classitem-and-tileindex...-tf3488200.html#a9741591
Sent from the Mapserver - User mailing list archive at Nabble.com.

Reply via email to