<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="Arial, sans-serif" size="2">
<div>I am having a problem with the ordering of items being loaded into my GeoExt.LayerContainer and added to a layertree. Not sure why but with the below code the layer DA Label is always added on top of everything else even though I clearly have defined it
in between everything. Does the ordering of layers depend on something else entirely? I am even adding the layer last to my map but it still doesn&#8217;t have any affect, appreciate any assistance.</div>
<div>&nbsp;</div>
<div><font face="Courier New">&nbsp;&nbsp; loader: </font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filter: <font color="#0000FF">function</font>(record) </font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000FF">if</font> (record.data.title == <font color="#A31515">'Neighbourhood Label'</font> || record.data.title == <font color="#A31515">'Overview Streets'</font> || record.data.title == <font color="#A31515">'Quadrant
Streets'</font> || record.data.title == <font color="#A31515">'Neighbourhood Streets'</font> || record.data.title == <font color="#A31515">'Block Streets'</font> || record.data.title == <font color="#A31515">'Proposed Streets'</font> || record.data.title ==
<font color="#A31515">'DA Label'</font> || record.data.title == <font color="#A31515">'Address Label (Overview)'</font> || record.data.title == <font color="#A31515">'Address Label (Detail)'</font>)</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#0000FF">return</font> <font color="#0000FF">true</font>;</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</font></div>
<div><font face="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div><font face="Courier New">&nbsp;</font></div>
<div>&nbsp;</div>
</font>

<DIV><P><HR>
This e-mail is intended for the original recipient(s) only. If you have received it in error, please advise the sender and delete this message.
</P></DIV>
</body>
</html>