<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi All,<br><br>I am working on a project and I am trying to split a roads layer called gtroads. Roads layer should be split into two classes “Expressway” and “Primary highway” based on the “TYPE” field. How can I split the layer? Could someone help me about the problem? Thanks. The code line like below:<br><br>LAYER<br>    NAME 'gtroads'<br>    TYPE LINE<br>    DUMP false<br>  EXTENT -143.208273 40.614882 -50.461099 84.297613<br>    DATA '../Data/gtroads.shp'<br>    METADATA<br>      'ows_title' 'gtroads'<br>    END<br>    STATUS DEFAULT<br>    TRANSPARENCY 100<br>    PROJECTION<br>    'proj=longlat'<br>    'datum=WGS84'<br>    'no_defs'<br>    END<br>    CLASS<br>       NAME 'gtroads' <br>       STYLE<br>         WIDTH 3.5 <br>         COLOR 0 0 0<br>       END<br>    END<br>  END<br>                                        </div></body>
</html>