<div dir="ltr">Hi All<br><br>I've got a MapFile that used to work fine in v4.10 but now fails in v5.0<br><br>Basically the CLASSITEM field has double quote in field value and this is then returning an error - msEvalExpression: Expression parser error. Failed to parse expression<br>
<br>The CLASS EXPRESSION looks like this<br>        CLASSITEM 'TRAFFIC_TYPE'    <br>        CLASS<br>            EXPRESSION ('[TRAFFIC_TYPE]' = 'Lane Closure' OR '[TRAFFIC_TYPE]' = 'Multi-Way Signals' OR '[TRAFFIC_TYPE]' = 'Road Closure' OR '[TRAFFIC_TYPE]' = 'Stop/Go Boards' OR '[TRAFFIC_TYPE]' = 'Two-Way Signals')<br>
            STYLE # Severe (RED)<br>                SYMBOL 'triangle'<br>                SIZE 9<br>                COLOR 255 0 0<br>                OUTLINECOLOR 0 0 0<br>            END<br>        END<br><br>I've tried double quote vs. single quotes in the map file but to no avail<br>
<br>Anyone any thoughts?<br><br>Kind regards<br>Mike<br></div>