To add a overlay:<br><br>myXmlOverlay = new kaXmlOverlay( myKaMap, 250 );<br>myXmlOverlay.loadXml('PATH_TO_YOUR_XML');<br><br>The xml will looks like:<br><br><?xml version="1.0" encoding="UTF-8"?>
<br><overlay><br> <point x="-37" y="-27" id="p1"><br> <label>just a label</label><br> <symbol shape="bullet" size="10" opacity="1" color="#FF0000" />
<br> </point><br></overlay><br><br><div><span class="gmail_quote">On 2/20/07, <b class="gmail_sendername">Dylan Beaudette</b> <<a href="mailto:dylan.beaudette@gmail.com">dylan.beaudette@gmail.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi everyone,<br><br>does there exist a simple example of just how one could go about adding a
<br>point feature overlay to a ka-map application? I have looked over the wiki<br>but the XMLoverlay page is a little unclear.<br><br>Essentially, I would like to add a red dot overlay when ever the ka-map<br>application is launched with cps args in the URL.
<br><br>thanks for any insight!<br><br>cheers,<br><br>--<br>Dylan Beaudette<br>Soils and Biogeochemistry Graduate Group<br>University of California at Davis<br>530.754.7341<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">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br></blockquote></div><br>