<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Highlighting features</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<P><FONT SIZE=2 FACE="Arial">Sorry to beat a dead horse, but I still have not been able to find a workable solution. I have modified the query tools so that I can select a feature and zoom to it. But I would also like the selected feature to highlight. The highlight is not working.</FONT></P>
<P><FONT SIZE=2 FACE="Arial">In the master .map file, I have Querymap enabled:</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">QUERYMAP</FONT>
<BR><FONT SIZE=2 FACE="Arial">SIZE 200 200</FONT>
<BR><FONT SIZE=2 FACE="Arial">STATUS ON</FONT>
<BR><FONT SIZE=2 FACE="Arial">## the map is queryable by default</FONT>
<BR><FONT SIZE=2 FACE="Arial">STYLE HILITE</FONT>
<BR><FONT SIZE=2 FACE="Arial"># the selected object is highligthed</FONT>
<BR><FONT SIZE=2 FACE="Arial">COLOR 200 0 0</FONT>
<BR><FONT SIZE=2 FACE="Arial">END</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">And in the layer file, I have a template and set the layer as queryable:</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial"> TEMPLATE "query.html" TOLERANCE 3 TOLERANCEUNITS PIXELS </FONT>
<BR><FONT SIZE=2 FACE="Arial"> </FONT>
<BR><FONT SIZE=2 FACE="Arial"> METADATA</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "opacity" "100"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "queryable" "True"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "DESCRIPTION" "Towns"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "SEARCHFIELD" "GEOCODE"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "fields" "TOWN:Town,COUNTY:County,GEOCODE:Geocode"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> "tile_source" "nocache"</FONT>
<BR><FONT SIZE=2 FACE="Arial"> END</FONT>
</P>
<BR>
<P><FONT SIZE=2 FACE="Arial">The query works, as far as selecting the feature and automatically zooming to it. But it will not highlight. Has anyone been able to get this to work?</FONT></P>
</BODY>
</HTML>