<div dir="ltr"><div>Can anyone tell me what's wrong with my EXPRESSION below? I'm trying to filter features from the National Hydrology Dataset based on scale using SCALETOKEN and I can't seem to get it right. <span style="font-family:monospace">[Visibility]</span> is a field in the data that suggests the scale at which a feature should be shown.</div><div><br></div><div>Thanks!</div><div><br></div><font face="monospace">LAYER<br>  NAME "flowline"<br>  TYPE line<br>  DATA "shapefiles3857/nhd/flowline"<br>  SCALETOKEN<br>    NAME "%priority%"<br>    VALUES<br>      "0"       "0"<br>      "24000"   "24000"<br>      "50000"   "50000"<br>      "100000"  "100000"<br>      "250000"  "250000"<br>      "500000"  "500000"<br>      "1000000" "1000000"<br>      "2000000" "2000000"<br>      "5000000" "5000000"<br>    END<br>  END<br>  CLASS<br>    EXPRESSION ([Visibility] > %priority%)<br>    STYLE<br>      COLOR 158 196 255<br>      MINSIZE 1<br>      SIZE 3<br>      MAXSIZE 6<br>    END</font><div><font face="monospace">  END<br>END</font><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Richard W. Greenwood<br><a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div></div></div></div>