<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff size=2>Eric, 
</FONT></SPAN></DIV>
<DIV><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff size=2>A 
different approach is to use URL variables to substitute a new expression for 
the classes in your two layers.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=574574513-09112005>
<P><A 
href="http://myurl/cgi-bin/mapserv.exe?map=%5Cmaps%5Ctestmap%5Ctestlegend.map&amp;mode=map&amp;subjectproperty=6666&amp;comps="><FONT 
size=2>http://<SPAN 
class=574574513-09112005>myurl</SPAN>/cgi-bin/mapserv.exe?map=%5Cmaps%5Ctestmap%5Ctestlegend.map&amp;<SPAN 
class=574574513-09112005>mode=map&amp;</SPAN><SPAN 
class=574574513-09112005>subjectproperty</SPAN>=<SPAN 
class=574574513-09112005>6666</SPAN>&amp;<SPAN 
class=574574513-09112005>comps</SPAN>=</FONT></A><SPAN 
class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2>&nbsp;1111,2222,3333,4444&nbsp;</FONT></SPAN></P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff size=2>In you 
mapfile, in your parcel layer, you have three classes:</FONT></SPAN></P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2>&nbsp;CLASS <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"Subject"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION ('[APN]' in 
'%subjectproperty%')<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
0&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 
0&nbsp;0<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; CLASS 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"Comparable"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION ('[APN]' in 
'%comps%')<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
0&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 
255&nbsp;0<BR>&nbsp;&nbsp;&nbsp; END</FONT></SPAN></P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp; CLASS <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"EverythingElse"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
0&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 255 
255&nbsp;<BR>&nbsp;&nbsp;&nbsp; END</FONT></SPAN></P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2>David.</FONT></SPAN></P>
<P><SPAN class=574574513-09112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN></SPAN>&nbsp;</P>
<P>&nbsp;</P>
<P><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> UMN 
MapServer Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <B>On Behalf Of 
</B>Eric Brown<BR><B>Sent:</B> Tuesday, November 08, 2005 11:06 PM<BR><B>To:</B> 
MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> [UMN_MAPSERVER-USERS] 
Multi-colored hilite results or other options<BR><BR></P></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV><FONT face=Tahoma size=2>Good evening,</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>I've been working on several issues and have 
  resolved most of them by trial and error.</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>Here's a rough example of how I can show 
  multiple hilighted parcels</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>&lt;img src="[program]?map=[map]<A 
  href="http://www.kerndata.com/cgi-bin/mapserv.exe?map=kerngis/kerndata_comparable.map&amp;layer=parcels&amp;layer=roads&amp;layer=cities&amp;layer=copyright180&amp;mode=itemnquerymap&amp;slayer=parcels&amp;qlayer=parcels&amp;qitem=APN&amp;qstring=('[APN]'">&amp;layer=layer1&amp;layer=layer2&amp;mode=itemnquerymap&amp;slayer=parcels&amp;qlayer=parcels&amp;qitem=APN&amp;qstring=('[APN]'</A> 
  IN '51417116,51449224,51454111,51449212')&amp;mapext=shapes"&gt;</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>as far as how to provide multiple views&nbsp; at 
  different extents, just add "scale=xxxxxx" where xxxx is the scale - e.g. 
  10000.</FONT></DIV>
  <DIV><FONT face=Tahoma size=2>also, the above example requires replacement of 
  [program] and [map] with your program and map name.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>My question is... </FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>As in the example above - I'd like to show a 
  comperable sales map - with the subject displayed in one color, the 
  comparables displayed in another.</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>Any insight would be greatly 
  appreciated.</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>Thank you,</FONT></DIV>
  <DIV><FONT face=Tahoma size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Tahoma size=2>- Eric 
Brown</FONT></DIV></BLOCKQUOTE></BODY></HTML>