<div dir="ltr"><div>Hello Bob !</div>
<div>&nbsp;</div>
<div>Hiliting a feature on map would require you to add another layer for hiliting.</div>
<div>For example, the way i do hilite as follows:</div>
<div>&nbsp;</div>
<div>First, define the hiliting style:</div>
<div>&nbsp;</div>
<div>&nbsp; SYMBOL<br>&nbsp;&nbsp;&nbsp; NAME &#39;circle&#39;<br>&nbsp;&nbsp;&nbsp; TYPE ELLIPSE<br>&nbsp;&nbsp;&nbsp; FILLED TRUE<br>&nbsp;&nbsp;&nbsp; POINTS 1 1 END<br>&nbsp; END</div>
<div>&nbsp;</div>
<div>Secondly, add a layer for hiliting:&nbsp;</div>
<div><br>&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; NAME &#39;districts_selection&#39;<br>&nbsp;&nbsp;&nbsp; DATA &#39;./districts&#39;<br>&nbsp;&nbsp;&nbsp; TYPE polygon<br>&nbsp;&nbsp;&nbsp; STATUS off<br>&nbsp;&nbsp;&nbsp; MINSCALE 9500<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;tile_source&quot; &quot;nocache&quot;<br>
&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; CLASSITEM &quot;OBJECTID&quot;<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION ([OBJECTID] in &#39;%districts_ids%&#39;) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR -1 -1 -1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 115 223 255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL &#39;circle&#39;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 5<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END #end layer<br></div>
<div>Then, pass the ObjectID of the selected feature which needs to be hilited</div>
<div>to the new layer in map file..</div>
<div>&nbsp;</div>
<div>Hope it helps.</div>
<div>&nbsp;</div>
<div>cheers !</div>
<div>Mir Hashmi</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div class="gmail_quote">On Sat, Feb 7, 2009 at 8:00 PM, <span dir="ltr">&lt;<a href="mailto:ka-map-users-request@lists.maptools.org">ka-map-users-request@lists.maptools.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Send ka-Map-users mailing list submissions to<br>&nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ka-map-users@lists.maptools.org">ka-map-users@lists.maptools.org</a><br>
<br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>
&nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ka-map-users-request@lists.maptools.org">ka-map-users-request@lists.maptools.org</a><br><br>You can reach the person managing the list at<br>&nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:ka-map-users-owner@lists.maptools.org">ka-map-users-owner@lists.maptools.org</a><br>
<br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of ka-Map-users digest...&quot;<br><br><br>Today&#39;s Topics:<br><br>&nbsp; 1. Hilite selected feature in Ka-Map (Bistrais, Bob)<br>
<br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 6 Feb 2009 13:42:24 -0500<br>From: &quot;Bistrais, Bob&quot; &lt;<a href="mailto:Bob.Bistrais@maine.gov">Bob.Bistrais@maine.gov</a>&gt;<br>
Subject: [ka-Map-users] Hilite selected feature in Ka-Map<br>To: &lt;<a href="mailto:ka-map-users@lists.maptools.org">ka-map-users@lists.maptools.org</a>&gt;<br>Message-ID:<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:4EFF8BB964547748A07CA32961810C0412C48356@SOM-TEAQASMAIL1.som.w2k.state.me.us">4EFF8BB964547748A07CA32961810C0412C48356@SOM-TEAQASMAIL1.som.w2k.state.me.us</a>&gt;<br>
<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>I have been modifying the Search tool in Ka-Map to select and zoom to<br>features. &nbsp;One thing I would also like to do is hilite the selected<br>feature. &nbsp;I have Querymap enabled in my master .map file (each map layer<br>
is an Include file called from the master .map file). &nbsp;I have been<br>looking at some of the files (simplequery, index_query, etc), and I have<br>also been looking in the archives of this list, &nbsp;but I can&#39;t figure out<br>
how to hilite the selected feature. &nbsp;Can anyone give me any pointers?<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.maptools.org/pipermail/ka-map-users/attachments/20090206/1c9674fd/attachment-0001.htm" target="_blank">http://lists.maptools.org/pipermail/ka-map-users/attachments/20090206/1c9674fd/attachment-0001.htm</a><br>
<br>------------------------------<br><br>_______________________________________________<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>
<br><br>End of ka-Map-users Digest, Vol 46, Issue 2<br>*******************************************<br></blockquote></div><br></div>