Thanks, works great.<br>
<br>
I do wonder however if there is a way to add a mouse even function
(like a single click) to one of my markers&nbsp; I would be very
impressed if Ka Map has this already since that seems like that would
be very hard.<br>
<br>
Google does this stuff pretty good:
<a href="http://labs.google.com/ridefinder">http://labs.google.com/ridefinder</a>.&nbsp; In my case I don't really care
about the pop up bubble windows (even though it's awesome) since when
users click on my markers I would rather have it display the
information in a side dialog box or something.&nbsp; However, if we
could get a workable way of clicking on a marker than it appears that
adding what google has wold be trivial since you can currently add and
take away images.<br>
<br>
The thing that I'm impressed with is the dealing with transparency in
the images so that the transparent part of the image is
non-clickable.&nbsp; If Ka Map doesn't currently support any way of
detecting clicks on images attached to a map then I would like to try
doing this.&nbsp; If you have any pointers on the best way to do this I
would be thankful since I would rather have this benefit
everyone.&nbsp; I'm getting pretty far in my understanding of the code
but I still have a ways to go so let me know.<br>
<br>
Thanks,<br>
Clark<br><br><div><span class="gmail_quote">On 9/26/05, <b class="gmail_sendername">Paul Spencer</b> &lt;<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Clark,<br><br>you can do the following:<br><br>var canvas = myKaMap.createDrawingCanvas( 500 ); //zindex=500<br>var img = document.createElement( 'img' );<br>img.src = 'images/myMarker.png';<br>myKaMap.addObjectGeo( canvas, lon, lat, img );
<br><br>Cheers<br><br>Paul<br><br>On 26-Sep-05, at 6:04 PM, Clark Endrizzi wrote:<br><br>&gt; Just curious since I don't want to duplicate efforts.&nbsp;&nbsp;Basically,<br>&gt; much like you can do with google, I want to plot some places.&nbsp;&nbsp;I
<br>&gt; haven't really seen this.<br>&gt;<br>&gt; If this hasn't been done then I would be curious to know if anyone<br>&gt; has any ideas on how to best do this?<br>&gt;<br>&gt; On a seperate issue, I got today's CVS stuff and am not sure how to
<br>&gt; get the check boxes to disable layers (I saw that on at least one<br>&gt; page).&nbsp;&nbsp;That is very cool and I would like to try that.&nbsp;&nbsp;Got any<br>&gt; pointers?<br>&gt;<br>&gt; Thanks,<br>&gt; --<br>&gt; -Clark Endrizzi
<br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list<br>&gt; <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">
http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>&gt;<br><br>+-----------------------------------------------------------------+<br>|Paul
Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; |<br>+-----------------------------------------------------------------+<br>|Applications
&amp; Software
Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>|DM
Solutions Group
Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>+-----------------------------------------------------------------+<br><br><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>-Clark Endrizzi
<br>