<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to add a more "general" version of a 
"roads" layer to my maps that I could use instead of the Tiger line data while 
the maps being generated are not zoomed in.&nbsp;&nbsp;&nbsp; When the maps are 
zoomed in closer I want to switch to the Tiger data and go from 
there.&nbsp;&nbsp;&nbsp; I've downloaded a major roads layer from the national 
map website called "roadtrl20".&nbsp;&nbsp; The problem is that it doesn't use 
fields like "CFCC" like tiger does, it simply has a "NAME" field and a "Feature" 
field.&nbsp;&nbsp; The Feature field has strings like "Limited Access Highway 
Alternate Route", "Other Through HIghway", "Principle Highway", etc.... 
descriptions that are vague at best as they don't tell me if it is an interstate 
or&nbsp; what.... and there are several descriptions that could be the same 
thing.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In the "Name" field, it has things like&nbsp; 
"Interstate Route 1",&nbsp; "State Route", "US Route", etc... which is a little 
more useful except again there are several versions of things like 
"Interstate"&nbsp; (Alternate Interstate, Business Interstate, etc)&nbsp; and to 
make it more complicated many of them show several names separated by 
comma's.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So, it's difficult to come up with a good 
expression to separate the different types of roads... I thought I could do it 
in mapscript just reading the different "Names" into a variable and manipulating 
that variable to give me one word like "Interstate", "State", "US" that I could 
then use in my "expression" clause.&nbsp;&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I thought I could do something similar to get the 
route number alone to use for labeling purposes (I'd like to superimpose the 
route # on a graphic of an interstate sign, etc).&nbsp;&nbsp;&nbsp;&nbsp; I 
can't see any methods though that allow me to access the information from the 
shapefile to do this..&nbsp;&nbsp;&nbsp; Is this possible, or am I just making 
this a lot more complicated that I need to?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks, </FONT></DIV>
<DIV><FONT face=Arial size=2>Jeff</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>