<div dir="ltr"><div>Hello Bob !</div>
<div> </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> </div>
<div>First, define the hiliting style:</div>
<div> </div>
<div> SYMBOL<br> NAME 'circle'<br> TYPE ELLIPSE<br> FILLED TRUE<br> POINTS 1 1 END<br> END</div>
<div> </div>
<div>Secondly, add a layer for hiliting: </div>
<div><br> LAYER<br> NAME 'districts_selection'<br> DATA './districts'<br> TYPE polygon<br> STATUS off<br> MINSCALE 9500<br> METADATA<br> "tile_source" "nocache"<br>
END<br> CLASSITEM "OBJECTID"<br> CLASS<br> EXPRESSION ([OBJECTID] in '%districts_ids%') <br> STYLE<br> COLOR -1 -1 -1<br> OUTLINECOLOR 115 223 255<br> SYMBOL 'circle'<br>
SIZE 5<br> END<br> END<br> 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> </div>
<div>Hope it helps.</div>
<div> </div>
<div>cheers !</div>
<div>Mir Hashmi</div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Sat, Feb 7, 2009 at 8:00 PM, <span dir="ltr"><<a href="mailto:ka-map-users-request@lists.maptools.org">ka-map-users-request@lists.maptools.org</a>></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> <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> <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 'help' to<br>
<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> <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 "Re: Contents of ka-Map-users digest..."<br><br><br>Today's Topics:<br><br> 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: "Bistrais, Bob" <<a href="mailto:Bob.Bistrais@maine.gov">Bob.Bistrais@maine.gov</a>><br>
Subject: [ka-Map-users] Hilite selected feature in Ka-Map<br>To: <<a href="mailto:ka-map-users@lists.maptools.org">ka-map-users@lists.maptools.org</a>><br>Message-ID:<br> <<a href="mailto:4EFF8BB964547748A07CA32961810C0412C48356@SOM-TEAQASMAIL1.som.w2k.state.me.us">4EFF8BB964547748A07CA32961810C0412C48356@SOM-TEAQASMAIL1.som.w2k.state.me.us</a>><br>
<br>Content-Type: text/plain; charset="us-ascii"<br><br>I have been modifying the Search tool in Ka-Map to select and zoom to<br>features. One thing I would also like to do is hilite the selected<br>feature. I have Querymap enabled in my master .map file (each map layer<br>
is an Include file called from the master .map file). 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, but I can't figure out<br>
how to hilite the selected feature. 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>