<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hello,</div>
<div> </div>
<div>On my Application I currently am using two layers to draw my roads.  The first one is a line layer that draws the road itself.  The second is a annotation layer that draws the labels and the road shields.  Both layers have the same source dataset.  My
concern is that my application is taking a performance hit since the road file is being read twice.</div>
<div> </div>
<div>If there is a performance hit by reading the same data file twice, is there a way combine the line layer and annotation layer into a single layer that has both the road symbology, and labels that have shields?</div>
<div> </div>
<div> </div>
<div>Layer Roads</div>
<div style="text-indent:36pt;">…</div>
<div style="text-indent:36pt;">DATA MyRoads</div>
<div style="text-indent:36pt;">TYPE LINE               </div>
<div style="text-indent:36pt;">CLASS</div>
<div>                NAME 'State Highway'</div>
<div>                EXPRESSION "A20"</div>
<div>                STYLE</div>
<div>                        COLOR 0 0 0</div>
<div>                        SYMBOL 'plainline'</div>
<div>                        SIZE 5</div>
<div>                END #style</div>
<div>                STYLE</div>
<div>                        SYMBOL 'plainline'</div>
<div>                        SIZE 1</div>
<div>                        COLOR 255 0 0</div>
<div>                END #style</div>
<div>        END #class</div>
<div style="text-indent:36pt;">…</div>
<div>END #LAYER</div>
<div>Layer RoadLabels</div>
<div>        …</div>
<div>        Data MyRoads</div>
<div>        TYPE ANNOTATION</div>
<div>        CLASS</div>
<div>                TEXT ([ROADNUM])</div>
<div>                EXPRESSION 'A20'</div>
<div>                SYMBOL './symbols/STHWY.png'</div>
<div>                LABEL</div>
<div>                        type truetype  # AGG required </div>
<div>                        size 7 #for AGG</div>
<div>                        ANTIALIAS TRUE</div>
<div>                        FONT vera_sans  #for AGG</div>
<div>                        MINFEATURESIZE 25</div>
<div>                        MINDISTANCE 200</div>
<div>                        COLOR 254 254 254</div>
<div>                END #LABEL</div>
<div>        END #CLASS</div>
<div>END #Layers</div>
<div> </div>
<div>Thank You</div>
<div> </div>
<div> </div>
<div>Mark Volz</div>
<div>GIS Specialist</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>